I have two data sources in my config.json
"data": {
"openmaptiles": {
"mbtiles": "tiles.mbtiles"
},
"starbucks": {
"mbtiles": "starbucks.mbtiles"
}
Where mbtiles is my extracted region and starbucks is a point extracted with QGIS into GeoJson and then converted into mbtiles using tippecanoe. My problem is that when i preview my map in openmaptiles via Data Preview, I can see that the point is indeed there however when I turn data preview off, I can no longer see it because I’m doing something wrong in my styles.json.
My current style.json for the respective point is the following…
{
"id": "undefined",
"type": "symbol",
"source": "starbucks",
"source-layer": "place",
"layout": {
"icon-image": "park_11",
"icon-size": 1,
"visibility": "visible"
}
},
I believe my problem lays in how I’m styling this point, however there is no documentation so I’ve been trying to copy other marker’s and their sprites.