A company that creates different tools for styling and deploying maps as well as providing services for hosting maps
3
votes
1answer
567 views
What is the difference between Leaflet and Mapbox?
What is the difference between Leaflet and Mapbox, and how are they used together?
Like the API and what exactly are they and is Mapbox using Leaflet?
3
votes
1answer
58 views
Location for floorplan
Is there an application / service where I can put my floorplan of a building en 'position' it on the right place on the earth? (The buildings location).
I found TileMill an application where I can ...
3
votes
1answer
248 views
Which parameter values should I use with QGIS Heatmap plugin?
I've read all the posts and docs about the heatmap plugin but can't seem to get it to work.
The map is the size of the United States and has a little over 2000 points. I've tried small radi (1 ...
3
votes
2answers
93 views
Can the new Mapbox Vector Tiles be used as a QGIS basemap?
With the implementation of the mapbox vector tiles begs the question of how these could be used as a basemap in a QGIS printed map (assuming anyone cares about printed maps anymore!).
To use OSM data ...
3
votes
0answers
92 views
Can CartoDB and Mapbox.js talk?
All,
Back in December it seemed there was no way to bring in a CartoDB layer into a Mapbox.js or Tilemill project.
Has this changed?
...
2
votes
2answers
294 views
2
votes
2answers
72 views
Slippy map format
When do you decide which to use? I've started using Geoserver and it seems like map files are downloaded to the browser (using Leaflet) in the WFS format.
When I look at OSM, Mapbox etc, they use ...
2
votes
2answers
92 views
Can PHP be used to set the XY, zoom of a Mapbox.js map?
All,
Is there a way to set the xy and zoom level of a map using the URL of the site that is calling it?
I'm thinking of a site I'm using now, built on php, which has mapbox maps built in javascript ...
2
votes
2answers
867 views
Fixing the OpenLayers MBTiles Example
I've been trying to implement the OpenLayers Example for reading MBTiles: http://projects.bryanmcbride.com/ol_mbtiles/
Right off, the link to the necessary mbtiles.php script was broken, but I found ...
2
votes
1answer
209 views
Contour Lines Raster Extraction
I've been playing with Mapbox's blog post about converting heat maps to contour lines, and I'm stuck at the extraction part of this process.
I used the CSV plugin to create a vector layer of points, ...
1
vote
1answer
96 views
TileMill shows black lines around raster layers
I've taken a large number of raster images and added them to TileMill. Everything has worked great. The problem that I am seeing is that TileMill adds a small black line around each layer. I know that ...
0
votes
1answer
115 views
MapBox import from TileMill gives only 1 layer
This is my first time using MapBox and I'm trying to import a map from TileMill.
The map has 11 layers, in TileMill, but when I import it directly to MapBox, it only seems to have a single layer.
It ...
0
votes
1answer
52 views
Why won't this mapbox map load into a DIV container?
All,
For the life of me I can't figure out why I can't load a map into a CSS template I'm trying to customize.
I've placed a fiddle here:
http://jsfiddle.net/mapbaker/Du7zq/10/
Basically I'm ...
0
votes
0answers
15 views
wax.js unable to detect mapbox feature… in Chrome
You can see in this bl.ocks that when you mouseover a feature, a tooltip should inform about its data. Also a circle will overlay. If you click an alert should fire.
The question is that with latest ...
0
votes
0answers
95 views
Creating a Map Tile Server?
So, I've fallen in love with Mapbox's javascript API, but I'm working for a non-profit that can't afford Mapbox's hosting. Luckily, their js accepts TileJSONs and makes reference to TileStream on ...