angular-leaflet-directive Questions
5
Solved
I am use leaflet-directive to create map using leaflet.
Is it possible to remove leaflet link and OSM copyright from the map.
I wish to put in leaflet image instead.
Poetry asked 12/10, 2015 at 8:42
3
Solved
No matter which way I try in Angular 7, my Leaflet Map does not load properly. I get a block puzzle with half the screen grey and the other half in random disjointed map blocks (see pic).
Map Bloc...
Intersection asked 5/3, 2019 at 6:45
4
I want to know if is possible change the default icon (blue), with another custom icon when the app is initialized, I read about how to change but I want a custom icon for the entire app.
HTML
&l...
Pylon asked 4/11, 2016 at 1:40
1
Solved
so I have a leaflet map with lot of markers placed on it. I want to have a popup with like the status of asset etc on 'hover' over the marker. I see some examples on google and try to implement but...
Homely asked 30/6, 2017 at 17:9
3
Solved
I'm having two sets of polygon coordinates selected from leaflet geoJSON map.
The parent and child coordinates are coordinates are:
var parentCoordinates=[
[
32.05898221582174,
-28.310047311420...
Barthold asked 14/12, 2016 at 8:35
11
Solved
I have a model for my view.
That model is array of objects:
var arr = { "12345qwery": { prop1: "value", prop2: "value" } } // contains 500 items
And today I am filtering it in the following way:...
Quarterage asked 27/2, 2016 at 19:0
2
Solved
I am working with the application which uses leaflet api.
Introduction
I needed to draw different types of fences, using decorators i can somewhat apply good visuals to the polylines but not much...
Addictive asked 1/10, 2015 at 8:8
1
Solved
I'm locked with an issue that is very odd.
I'm using leaflet with angular-leaflet-directive.
On the previous app, everything worked.
Now on a new app, I'd like to implement a new leaflet map.
I ha...
Terreverte asked 8/5, 2015 at 12:39
1
I want to insert my custom html markup with $scope event handlers to message property of leaflet marker. For example:
App.controller('testController', ['$scope', "leafletEvents", '$compile', 'leaf...
Durand asked 31/5, 2014 at 13:40
1
Solved
I use leaflet-angular-directive, i successfully display objects in table and map, although i achieved filtering through searching input only affect geojson objects in table.
My aim: make filtering...
Trictrac asked 3/1, 2015 at 17:22
1
After adding Leaflet to my AngularJS app:
<leaflet id="map" defaults="defaults" center="center" bounds="bounds" controls="controls" event-broadcast="events"></leaflet>
And setting it...
Retract asked 22/7, 2014 at 15:24
1
© 2022 - 2024 — McMap. All rights reserved.