Skip to main content

All Questions

2 votes
2 answers
774 views

AngularJS osm leaflet - access denied to tiles

I use osm in my AngularJS app and in Google Chrome browser I get the following messages So I do not have access (any more) to the tiles. Three days ago it worked fine. If I open the application in ...
quma's user avatar
  • 5,605
4 votes
1 answer
2k views

Leaflet - Create custom button to draw

I'm working in a project where is needed to draw polygonal shape. To achive my goal I'm using Leaflet Draw, I already disabled all draw tools except polygon tool, now I need just to customize the tool'...
gio's user avatar
  • 871
6 votes
1 answer
4k views

leaflet map is loading partial tiles

Leaflet is loading partial tiles. Below is the screenshot: Below is my code, where I am trying center the marker using panTO() function: $scope.plotMap = function(lat, lng) { ...
vips's user avatar
  • 352
0 votes
1 answer
185 views

Openstreemap Search box not working when integrated into application

I'm using the following code to set properties of OSM before the map is rendered. Although the search box appears I am unable to see suggestions when I type the name of a country. Please find ...
codejunkie's user avatar
0 votes
1 answer
336 views

AngularJs updating view in controller's event listener

In my app I fetch list of objects from server. I render them at a left sidebar as a list and at map (leaflet) as markers on the same page. I render markers/map via service and sidebar list via ...
wolfdale's user avatar
0 votes
1 answer
444 views

How can I use MapQuest tiles with leaflet directive

I have the following code to use open street tiles to display a map angular.extend($scope, { center: { lat: myLat, lng: myLon, ...
John Jameson's user avatar
0 votes
1 answer
809 views

leaflet markercluster does not recognize layeroptions

I am using the angular-leaflet-directive and Leaflet.markercluster. I am able to load markers within a service and now I want to present the markers on a map. The markers are printed and clustered in ...
Amelse Etomer's user avatar
0 votes
1 answer
1k views

how to cluster markers using angularjs and leaflet

I am using AngularJS and leaflet for my project where lots of markers making the map messy, I would love to markerCluster with angular, I followed this but I am unable to find leaflet.markercluster.js ...
Nitya's user avatar
  • 1
2 votes
1 answer
4k views

OpenStreetMap not showing up on Android

I'm trying to create an app whose main ability is to show items on a map. I decided to use ionic (on top of Apache Cordova) as my base framework and OpenStreetMap as the map provider. When using ionic ...
sebwas's user avatar
  • 99