Mapbox is a map creation and publishing service.
0
votes
0answers
26 views
how to display UTFGrid (infobox) on a map using OpenLayers and Wax
I have created a map in MBTiles using TileMill and hosted it on MapBox. Now I am trying to display it on my website adding the infobox using OpenLayers and Wax
Acording with these
...
0
votes
0answers
18 views
Leaflet.js & Mapbox.js - Uncaught TypeError: Object [object Object] has no method 'on'
I'm using Mapbox, which is based on Leaflet.js to generate my maps. I'm trying to add a layer group to my map. But every time I call .addTo(map), I get
Uncaught TypeError: Object [object Object] has ...
0
votes
0answers
6 views
Switch from Terrain layer to Satellite layer using Mapbox
I'm using Mapbox for a dynamic map on a social website.
I added a satellite toggle button but I can't find any way in the API docs on how to switch from terrain view to satellite view like Google ...
0
votes
0answers
13 views
How can i use MapBox on Android
How can i display MapBox tiles on Android ? I tried using it with OSMDroid, and Nutiteq with no success. Is there a android library for MapBox ?
For example i used this code to implement MapBox on ...
0
votes
1answer
38 views
Clustering markers on mapbox / leaflet
I'm trying to set up a clustered map on mapbox, like http://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.388.html
But their example uses a plain .js file as data
...
0
votes
0answers
8 views
Import large CSV file into TileMill for use in MapBox
I am beginning to experiment with using MapBox and TileMill, and what I would like to do is map 400,000 addresses in a CSV file which have been pre-geocoded. When I try to add this 100mb CSV file as ...
0
votes
1answer
26 views
Set range of markers in MapBox or Route-me
I'm using MapBox to display an offline map that covers just a small portion of Earth and I want to show markers that have coordinates ranging from lng: 14.0 - 15.0 and lat: 54.0 - 55.0.
The problem ...
0
votes
1answer
48 views
Initialize MapBox maps after page loads
I am using the MapBox JavaScript API and trying to display some maps on a tab widget. Everything is working fine, except for the fact that when the page first loads, the maps do not load. As soon as ...
0
votes
1answer
24 views
Position a map div within the containing parent div
I am attempting to display a map div within another, parent div.
To be more specific, I would like the <div id='map'></div> to appear only within the div id="mapbox". The problem that ...
0
votes
1answer
73 views
zoom to fit all markers in mapbox or leaflet
how do i set view to see all markers on map in Mapbox or Leaflet? Like a google maps api with bounds?
eg
var latlngbounds = new google.maps.LatLngBounds();
for (var i = 0; i < latlng.length; i++) ...
1
vote
1answer
39 views
How to use a custom image in MapBox instead of any map?
I'm looking for making a iPhone map application for indoor navigation in our office using mapbox.
I'm not talking about custom icon image on marker or cacheing map for offline use.
Is this possible ...
0
votes
0answers
68 views
HTML Link to a Leaflet / Mapbox marker
I use Mapbox for a dynamic map on a website. It works really well except, I have a sidebar which list the pins with a little more description and an image. I want to make it so when I click on that ...
0
votes
2answers
41 views
Mapbox online map on iOS
I'm totally new to mapbox API on iOS , i follow the instruction on there site and make a custom map with marker -
My Map Online Link
- and i add the binary framework and it load with the map without ...
0
votes
1answer
27 views
mapbox method “– setConstraintsSouthWest:northEast:” set constraints on zooming nd dragging in Ios
hi i've been using mapbox api to build custom maps
now the problem is that i have to constrain some part of map
i done it though
– setConstraintsSouthWest:northEast:
but now it did not allow me to ...
0
votes
1answer
107 views
Google Maps Android Api 2 - Mixed TileProvider / URLTileProvider for MapBox implementation
I want to implement a TileProvider with this functionality:
Map asks for a Tile
TileProvider checks if said Tile is available offline
If so, TileProvider returns said Tile
Regardless of ...