Closed markus659 closed 8 years ago
The setStroke method seems to be missing from build-ol-standard.js. I noticed this in our version of Origo. When running
npm run build-ol
and then running
npm run build
I get an error in the console saying "e.text.setStroke is not a function" when loading the map.
Adding
"ol.style.Text#setStroke"
to the json file solves this. I guess this should be added to the embed configuration as well.
Maybe this is just a problem with our version?
Fixed with 986c7d815ba6cc6521c1a66a841990ef9591dd5b
The setStroke method seems to be missing from build-ol-standard.js. I noticed this in our version of Origo. When running
and then running
I get an error in the console saying "e.text.setStroke is not a function" when loading the map.
Adding
to the json file solves this. I guess this should be added to the embed configuration as well.
Maybe this is just a problem with our version?