ngx-openlayers icon indicating copy to clipboard operation
ngx-openlayers copied to clipboard

Angular2+ components for Openlayers 4.x

Results 73 ngx-openlayers issues
Sort by recently updated
recently updated
newest added

Would it be possible to somehow import the css file of openlayers into the map component, because at the moment when using this library I have to: - install the...

enhancement
help wanted

New OpenLayers 5.0 has been released. It could be great to update this library to support that version. [https://github.com/openlayers/openlayers/releases](https://github.com/openlayers/openlayers/releases)

Current implementation of this package does not allow contributor to test their fork before submitting a pull request. Since in `next` version the dist folder is no longer checked-in (which...

Keyboard pan and zoom not functioning as the enclosing map `` does not have the `tabindex` attribute.

Hi, While migrating to this project from a self written solution, I discoverd a limitation of the feature-component. It is only able to have one style while Openlayers supports to...

Hello, I just saw that ngx-openlayers does not manage well coordinates collection / geometries. For example, GeometryPolygon can only contain an array of Coordinates (so no holes), and we cannot...

The re-projection of coordinates is triggered only when coordinates value change (x, y or srid). We also need to re-project them when the view projection is updated.

Would be great if this library can support ArcGIS layers: https://openlayers.org/en/latest/examples/arcgis-tiled.html https://openlayers.org/en/latest/examples/vector-esri.html

As seen in this [https://openlayers.org/en/latest/examples/animation.html](url) example, ive been trying to implement this method in my code but somehow the .animate method couldn't be found. Can somenone help me with this?...

Hi, May i know how could i load my custom .geojson file with this library? below is my code in html. do i need to do anuything with the .ts...