Skip to content
Snippets Groups Projects
Commit c36b0d03 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

add test comment

parent 03cebcdd
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,7 @@ var LayerItsInventory = (function (_super) {
if (typeof options.itsType !== 'string') {
throw 'its type must be defined';
}
console.log('its');
options.transform = { dataProjection: projections_1.proj4326, featureProjection: projections_1.proj3857 };
var addToLegend = '';
// define a style with the helper function if it is not explicitly defined
......
This diff is collapsed.
......@@ -275,6 +275,7 @@ class LayerItsInventory extends LayerBaseVectorGeoJson {
if (typeof options.itsType !== 'string') {
throw 'its type must be defined';
}
console.log('its');
options.transform = {dataProjection: proj4326, featureProjection: proj3857};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment