vector-tiles

How to remove vector tiles tile bounding in Leaflet

人盡茶涼 提交于 2019-12-24 20:14:42
问题 I use leaflet to load vt tiles,which data geom type is polygon.I found that when loading, this will show a line betwwen tiles. So how to remove this bounding line? Maybe this is the issue of Geoserver,Which I used to publish pbf vt. 来源: https://stackoverflow.com/questions/56912496/how-to-remove-vector-tiles-tile-bounding-in-leaflet

Vector Map Tiles on Bing Map Control

江枫思渺然 提交于 2019-12-22 01:37:31
问题 Hello I am working on a UWP map based application. I am currently using Raster Tiles data to remove the Bing Map default tiles. I Want to now shift to using Vector Tiles on the Bing map control. For Raster Tiles I know there are two ways: Set Tile data via the HTTPTileSource Set Tile data via the BitMapTileSource I want to know how can I implement Vector Tiles on the bing map control. The Vector tiles I get are of the extention .pbf . I have to hit the URL and get the .pbf file now how do I

Cannot find Mapbox Vector Tile URL for my Mapbox Style map

[亡魂溺海] 提交于 2019-12-14 03:49:38
问题 Does anyone know how to get the URL for a Mapbox vector tile map (aka a "style")? I can only get a style address that looks like this: mapbox://styles/myusername/r3411y10ngh4sh3tc3tc , but I am using a plugin that requires a URL to integrate Mapbox's Vector Tiles with Leaflet: https://github.com/SpatialServer/Leaflet.MapboxVectorTile/blob/master/docs/configuration.md I tried substituting the style address provided by Mapbox for the URL var config = { url: "mapbox://styles/myusername

Vector tile route finding

橙三吉。 提交于 2019-12-10 15:33:11
问题 Has anyone used either Mapbox or OpenMapTiles vector tiles to find routes from one place to another? It seems to me like those tiles are made for display and don't contain intersection information the way that say Open Street Map does. 回答1: Mapbox has directions API which uses Open Street Map: Mapbox’s directions services use a network of roads and paths, or ways, derived from OpenStreetMap, a collaborative project to create a free and editable map of the world. Contributors to OpenStreetMap

How to add GeoJSON points as a vector tile in Leaflet?

僤鯓⒐⒋嵵緔 提交于 2019-12-08 00:49:43
问题 I've read through every question on Stack Overflow I can find and every example I can find on the web for adding GeoJSON vector tiles to a leaflet map. Unfortunately I still can't manage to wrap my head around it, much less get it work on my data. I have a GeoJSON (here) with many points. I can add it just fine as a layer in Leaflet, so I feel confident that it's a valid file with real values. I've tried geojson-vt and leaflet vector grid. geojson-vt keeps returning an error: Uncaught

How to add GeoJSON points as a vector tile in Leaflet?

六眼飞鱼酱① 提交于 2019-12-06 13:23:12
I've read through every question on Stack Overflow I can find and every example I can find on the web for adding GeoJSON vector tiles to a leaflet map. Unfortunately I still can't manage to wrap my head around it, much less get it work on my data. I have a GeoJSON ( here ) with many points. I can add it just fine as a layer in Leaflet, so I feel confident that it's a valid file with real values. I've tried geojson-vt and leaflet vector grid . geojson-vt keeps returning an error: Uncaught ReferenceError: z is not defined at <anonymous>:1:30 with this code: geoJson = {data} var tileOptions = {

Vector Map Tiles on Bing Map Control

ⅰ亾dé卋堺 提交于 2019-12-04 22:58:27
Hello I am working on a UWP map based application. I am currently using Raster Tiles data to remove the Bing Map default tiles. I Want to now shift to using Vector Tiles on the Bing map control. For Raster Tiles I know there are two ways: Set Tile data via the HTTPTileSource Set Tile data via the BitMapTileSource I want to know how can I implement Vector Tiles on the bing map control. The Vector tiles I get are of the extention .pbf . I have to hit the URL and get the .pbf file now how do I place the tile on the map? This won't be easy, but can be done. There are two key things you will need

Vector tiles on top of raster tiles is not getting displayed in openLayers

你。 提交于 2019-11-28 11:30:57
问题 I am trying to render vector tiles on top of raster tiles in open layers map version 4.3.3. Both the tiles are getting render but vector tiles is not getting displayed over raster tiles.For example, I have vector tiles for one of the state and want this to display as semi transparent layer on top of raster tiles. I have store my vector tiles on S3 bucket and tileLoadFunction fetching those from S3 bucket. I haven't set any projection. I think tileLoadFunction has some default projection.