angular-openlayers-directive icon indicating copy to clipboard operation
angular-openlayers-directive copied to clipboard

AngularJS directive to embed an interact with maps managed by the OpenLayers library

Results 79 angular-openlayers-directive issues
Sort by recently updated
recently updated
newest added

Is this doc page still valid ? https://github.com/tombatossals/angular-openlayers-directive/blob/master/doc/04-layers-attribute.md I can't make it works, and when I read sources, it seems that there's no `layers` attribute on the `openlayers` directive. Examples...

Hi there! i'm facing a problem working with geoserver and angular-openlayers-directive. I need to show a layer i've published in geoserver using this direrctive, but i don't see it. before...

Can i add a Circle instead a Point? Which kind of geometry is accepted. I'need LineString too. thnx

type: question / discussion

With the latest release, OL is now available through ES6 modules. https://github.com/openlayers/openlayers/releases/tag/v4.0.0 https://www.npmjs.com/package/ol/ Is there any plan to support this ? This would prevent bundler user from including OL globally...

type: refactor
state: Needs Design

I am showing a Cluster Layer and I would like to filter the features shown in the Layer by a property name. How could I integrate that filter? Thanks in...

Is there any way to set several different custom style that I can call depends on the available data? My current implementation that I do is iterating the insertion of...

Hi, I noticed after changing the source to a vector layer the event (in my case, click) fired more than one time, every time I change the source it increases...

enhancement
type: question / discussion

Hello! I'm trying to use the layer directive to create markers. It is necessary for the possibility of their subsequent clustering. My View ``` html ``` My Controller (coffescript) ```...

type: question / discussion

Hi, Can anyone help me to get ExtendedData (for example: Name) from KML and assign it as Label for the feature? My features are Polygon Thank you!