farmOS-map
farmOS-map copied to clipboard
farmOS-map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements.
This is a bit of a thorny issue... opening this to document it for future reference... I may end up working around it in the short-term, at least until a...
I've been trying to set up a development environment for adding new controls, behaviors, etc, either as a third-party extension and/or to include in the official repo. First I tried...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Closes #171 I also included a simple `getCurrentViewExtentCoordinates(source = 'EPSG:3857', destination = 'EPSG:4326')` helper function. This is only for convenience and is not necessary to include here if `transform` and...
I would like to get the lat/lon for the four corners of the current view's extent. This s.o. explains how it can be done: https://stackoverflow.com/questions/28166471/openlayer3-how-to-get-coordinates-of-viewport Unfortunately `var extent = map.getView().calculateExtent(map.getSize());`...
Similar to #171. Right now there is no way to return the geometry of feature(s) in a usable WKT or GeoJSON format unless using the edit behavior. You can get...
Right now the edit controls are not fully responsive to the OL interaction's "active" state: https://openlayers.org/en/latest/apidoc/module-ol_interaction_Interaction-Interaction.html#getActive To see this, open a map with edit controls, and click on a tool...