You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have dynamic markers shown on the map but cannot add Onclick function it does not work, there is my code
Html <openlayers ol-center="tunisie" ol-defaults="defaults" height="640px"> <ol-layer ol-layer-properties="layer" ng-repeat="layer in layers|filter:{visible:true}"></ol-layer> <ol-marker ol-marker-properties="mk" ng-repeat="mk in markers"> </ol-marker> </openlayers>
Controller:
i have dynamic markers shown on the map but cannot add Onclick function it does not work, there is my code
Html
<openlayers ol-center="tunisie" ol-defaults="defaults" height="640px"> <ol-layer ol-layer-properties="layer" ng-repeat="layer in layers|filter:{visible:true}"></ol-layer> <ol-marker ol-marker-properties="mk" ng-repeat="mk in markers"> </ol-marker> </openlayers>
Controller:
The text was updated successfully, but these errors were encountered: