Points only
- Dominant language
- C++
- Stars
- 3.1k
- Forks
- 430
- PR merge metrics
- No merged PRs in 30d
Description
First - thanks for this powerful library.
I'm trying to create an mbtile-file with tippecanoe.
The base is a geojson with 64800 points.
Each point has coordinates and a value.
like:
`{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 6.0, -89.5 ]
},
"properties": {
"value": -53.0
}
},`
Question 1: can this work?
Question2: can tippecanoe deal with points only?
The problem: When the mbtile-file is loaded into SQLite-Viewer, metadata and tiles (binary) are shown but no images!?
It is similar with tileserver-php-master - no images are loaded.
Any ideas what i'm doing wrong?
The goal is to show all GeoJson points in a leaflet map.
But with tiles which are loaded when zooming and scrolling - and not with one giant geojsons file.
Contributor guide
Research direction
Start by reproducing the issue with the point-only GeoJSON and the resulting MBTiles file, then inspect how tippecanoe output is consumed by SQLite-Viewer, tileserver-php, and Leaflet. Done means determining whether the generated tiles correctly contain the points and identifying the missing configuration or behavior that prevents them from rendering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100