Paul Weidner

Results 83 issues of Paul Weidner

Creating an issue so we can talk about adding support for sensors in the future. They are a little different because they use a public/private key auth, not username/password. Potential...

enhancement

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...

bug

Right now I'm not sure if there is an easy way to determine if any of the edit interactions are currently "active". This would be useful when adding custom behaviors...

enhancement

Tracking for bumping the OL dependency to v7: https://github.com/openlayers/openlayers/releases/tag/v7.0.0 I noticed a couple breaking changes that may effect us: > The forEachLayerAtPixel method has been removed from the Map class....

We currently use: https://github.com/walkermatt/ol-popup and there hasn't been a release in a few years. It still works and I don't think we're facing any major issues from it, but the...

As part of the work for integrating farmOS-map with farmOS 2.x I want to improve support for adding multiple maps on the same page. This isn't something that happens very...

@symbioquine started working on this. Progress here: https://github.com/symbioquine/farmOS-map/tree/2.x-add-cloud-optimized-geotiff-support > Well, I'm going to shelve my work for now on Cloud Optimized GeoTIFF support in farmOS-map - I just can't seem...

enhancement