For questions related to map services from Mapzen (https://mapzen.com), which are now discontinued.
Questions tagged [mapzen]
21 questions
5
votes
1 answer
Using Mapzen tiles with Leaflet
My reading of the Leaflet and Mapzen documentations suggest that in order to use a custom tile provider with Leaflet, one needs to do just two things:
Specify the tile provider in L.tilelayer(urlTemplateToTileProvider)
Set this provider to…

DroidOS
- 8,530
- 16
- 99
- 171
3
votes
2 answers
how to plot multiple isochrone on leaflet map in R
i can plot one isochrone in R at a time using Rmapzen package with this code, each isochrone is generated as a sp object, is there any way to create multiple isochrone on the same map like the attached pic?

santoku
- 3,297
- 7
- 48
- 76
3
votes
1 answer
Mapping Google building Id's to Open Street Map building id's
I'm working on a mapping project that involves using Tangram (an awesome webgl mapping library) to visualize buildings on a map. The Tangram buildings come from Open Street Maps, and use OSM id's:
As fortune would have it though, my data comes from…

duhaime
- 25,611
- 17
- 169
- 224
3
votes
3 answers
How to edit a gradle dependency
I'm working on an android project that uses the following dependency in my gradle file;
compile 'com.mapzen:on-the-road:1.1.1'
I would like to edit one of the files in order to add some missing features and contribute to the project.
How can I…

Kenneth Breugelmans
- 501
- 1
- 8
- 22
2
votes
1 answer
Mapbox Android SDK Third Party Vector Tiles
I've been using Mapbox's Android SDK for a prototype and was wondering if anyone knows how to use a vector tile map that is not from Mapbox's servers. For example, I want to load Mapzen or even OpenMapTiles vector tile maps using Mapbox's Android…

jlvmoster
- 41
- 11
2
votes
2 answers
Autocomplete search using pelias OSM
I don't know if my question is valid or not,I use nominatim search engine but it can't make auto-complete search so I decide to use pelias by mapzen, my question is that is it possible to import data from nominatim to pelias? How?
Thank you

Joy
- 406
- 4
- 18
2
votes
1 answer
Angular-2 Mapzen Integration
How do I go about integrating Mapzen in an Angular-2 application.
Their tutorial has the following code. How would I implement this in an Angular application?
user6072343
2
votes
2 answers
Force leaflet map to use only integer zoom levels (no fractional levels)
I'm unable to force my leaflet map to use only integer zoom levels. As long as I use only the -/+ control buttons it's fine, but as soon as I use the mouse wheel or a function like map.fitBounds(some polygon) I always end up with a fractional zoom…

greenkarmic
- 429
- 4
- 17
2
votes
1 answer
How to get a pedestrian route using Leaflet Routing Machine and Mapzen?
I know Mapzen can provide a pedestrian route for the itinerary I am trying to do because I can get it on openstreetmaps.org.
But I can't get it to work on my embedded map, and I absolutely don't know the reason.
My code is the…

eichan
- 95
- 13
1
vote
1 answer
Nextzen filter by datatype
since Mapzen shutdown I am using Nextzen for requesting specific MapTiles from OpenStreetMap.
The Request looks like this:
https://tile.nextzen.org/tilezen/vector/v1/all/16/34970/22499.json?api_key={your_apiKey}
My question is:
Is there a way to…

K. Fischer
- 33
- 1
- 9
1
vote
1 answer
Returning turn-by-turn data as a string or JSON with Mapzen
I have been using this library to get the maneuver data from a set route using Mapzen's turn-by-turn data API. Although I have no issues setting up the map and route, I have a hard time accessing the object/string that holds where the vehicle needs…

csalmeida
- 528
- 7
- 26
1
vote
1 answer
Polygon with texture in mapzen
I use mapzen for drawing vector tiles on client side.
How can I draw polygon with texture?
I have tried few variants such as:
Materials
Textures
Styles
Thanks!

Ruslan Galimov
- 256
- 3
- 10
1
vote
2 answers
Dynamic place label filtering
I’m working on a map that shows local names and translated place names (e.g., “Deutschland” and “Germany”) at the same time. A very rough Mapbox prototype is posted at http://www.svexit.com/realnameatlas.html, but I’m open to trying this using…

Drew
- 23
- 4
0
votes
1 answer
"glDrawElements: attempt to access out of range vertices in attribute 3" using Mapzen vector tiles
Suddenly I run into lots of these warnings in the console when using mapzen vector tiles with mapbox-gl:
[.Offscreen-For-WebGL-0x2c91ee109c00]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute…

musicformellons
- 12,283
- 4
- 51
- 86
0
votes
1 answer
Changing color to leaflet polygon in R
I am trying to change the color of the polygons drawn using leaflet and Mapzen. The colors are clearly visible with the current tiles but not as much with others, such as the addTiles(). How should I change the argument for the three polygons?
For…

Claudio Paladini
- 1,000
- 1
- 10
- 20