Skip to content
#

vector-tiles

Here are 133 public repositories matching this topic...

ericfischer
ericfischer commented Jul 20, 2018

If you use --no-clipping with -zg, you get unjustified warnings about spreading polygons across many tiles:

Warning: standard input:0: Large unclipped (-pc) feature may be duplicated across 16 tiles
Warning: standard input:0: Large unclipped (-pc) feature may be duplicated across 24 tiles
Warning: standard input:0: Large unclipped (-pc) feature may be duplicated across 35 tiles
Warn
tileserver-gl
mo-ian-watkins
mo-ian-watkins commented Oct 14, 2019

The -u | --public_url switch is a god send (needs documenting in the docs though).

However, the homepage of the tileserver is very slightly broken when using it, namely the fonts and the background map image on the header are missing as they are absolute links in the index.css

If this was modified to be relative links, they should get picked up correctly.

This file: https://github.c

editor
orangemug
orangemug commented Jan 30, 2020

'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings

react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

  • Move code with side effects to componentDidMount, and set initial state in the constructor.
  • R
bagage
bagage commented Dec 26, 2019

When you try to use a column of type JSON, tegola fails:

util.go:155: 114 type is not supported. (Expected it to be a stringer type)
map.go:202: err fetching tile (z: 7, x: 64, y: 46) features: for layer (cities-point) unable to convert field [3] (string) of type (114 - json) to a suitable value: map[dates:map[2017:3044 2018:4] simplified:[]]

It would be awesome if it could be supported

westnordost
westnordost commented May 1, 2020

The documentation for tangram-es 0.12.0 for all methods of MapChangeListener mentions that it is called on the UI thread. However, this is not always true.

✔️ It is incidentally called on the UI thread when the listener is called due to user interactions with the map, because the TouchInput responders are called on the UI thread by the Android system. It is not documented by Android to be c

dooley
dooley commented Jul 21, 2018

I'm using Leaflet 1.3.1 - because Leaflet/Leaflet#6245 - and VectorGrid 1.3.0 for mvt with L.canvas.tile as rendererFactory.

The defined click-handler works as expected only if zoomlevel is integer (6, 5, 19, ..). If zoomlevel gets fractional (6.25, 10.75, ...), mousepointer change back to normal and click on a feature

sebastian-r-schmidt
sebastian-r-schmidt commented Dec 3, 2019

I'm trying to integrate t-rex-tileserver as backend to QGIS Desktop via the vector tiles reader Plugin available via http://plugins.qgis.org/plugins/vector_tiles_reader/.

When Connecting to t-rex, a URL pointing to style.json and tiles.json files is needed in the
Vector Tiles Plugin. While connecting to t-rex that plugin sends HTTP HEAD requests to those URLs in order to check if they exist.

mortezaomidi
mortezaomidi commented Apr 27, 2020

Drawing and editing geometric features is a common activities in mapping applications.
As Mapbox GL JS provides facilities for drawing and geometric editing of features (MapboxDraw), it seems that Android developers are having difficulties to doing that.
Due to the fact that Mapbox SDK supports capabilities of the Turf (com.mapbox.services.api.utils.turf ), it is recommended to consider facilit

Improve this page

Add a description, image, and links to the vector-tiles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector-tiles topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.