question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

localhost vector tiles support?

See original GitHub issue

I have a Vector Tiles server on my native enviroment. The Address like this http://localhost:5000/VectorTiles/layer/{z}/{x}/{y}, it return mapbox spec vectortiles. How to add it as a Source ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ImreSamucommented, Dec 1, 2017

@cdqrain :

I serve the vector tile from .NET Core WebAPI, the URL MUST be ended with .pbf ?

Your vector tile URL should work from the browser or via wget. see more (.mvt , .vector.pbf, .pbf): https://github.com/mapbox/vector-tile-spec/issues/69

You can replace manually the z/x/y values in your url, and you can test - it is working or not.

Sometimes it is a special link like http://localhost:3000/my-test-data/14/4823/6160.vector.pbf?access_token=my-top-secret-key, so you have to double check your server.

  • Is it a static or dynamic server?
  • Is it working with other vector tiles viewer?
0reactions
orangemugcommented, Jan 23, 2018

This looks to be resolved. Closing the ticket, just shout if I’ve missed something and I’ll reopen.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vector tiles tutorial — GeoServer 2.23.x User Manual
Although many geo-spatial applications support GeoJSON datasets, few Vector Tile applications support tiles in this format. Supported by Open Layers 3. TopoJSON.
Read more >
Self-hosting Mapbox vector tiles - GIS Stack Exchange
It's easy, cheap, and fast to host vector map tiles statically on a service like AWS S3. Maybe it would be hard to...
Read more >
Serving Dynamic Vector Tiles from PostGIS - Crunchy Data
Instead of supporting any scale, a tiled map only provides a limited collection of scales, where each scale is a factor of two...
Read more >
Use MapTiler vector tiles on local (offline) QGIS instance
But this solution describes, how to see your data offline. Step 0: Register at MapTiler.com service. Most of the data and configuration files ......
Read more >
The VectorTile layer · HonKit - OpenLayers
OpenLayers supports vector tiles through the VectorTile layer. A world map rendered from vector data. We'll start with the same markup in index.html...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found