|
Have another question about mp tiles and labels. I have a number of geojson files converted to mp tiles. Some are georeferenced rasters of maps extracted as contours. Some are drawn polygon layers converted to geo json. Some are just the raster in pm tile form with nothing to label. Some have only one polygon while others have multiple polygons and each polygon has a unique name. The ones with just one polygon I can handle either by simply naming the layer the name of the polygon or making sure to include the layer name in tippecanoe. I know I can extract a point map of centroids in qgis and it seems like I could make a table with whatever name value each point has and convert that to a pm tile and including the table label values and it seems like I might then be able to use tippicanoe to make this a pm tile with labels, I. Ideally it could be in the form of not a point cloud put a text cloud with I see that I can create layer groups or folders in libre so it seems like I could make a group with tttingwo entries. One would be the point labels and the other would be the lines as pm tiles. a Right now I find that I can make centroids in qgis, but only some of the layers have a centroid, not all of them and some that don’t are some that have a label associated with them. That is a qgis question for somewhere else. PM tiles are totally new to me as is how to handle labeling them put pm tiles have been around for a while. So has labeling objects. Labeling is pretty common. It seems like others have had this same issue and worked something out. If anyone can point me in the right direction I’d appreciate it. Thanks in advance |
Replies: 1 comment 1 reply
|
PMTIles inherits attributes from the input GeoJSON. If you want PMTiles to have lablels, your input data need to have attributes. If you are unsure about the data conversion, use ChatGPT or Gemini to help you. |
PMTIles inherits attributes from the input GeoJSON. If you want PMTiles to have lablels, your input data need to have attributes.
If you are unsure about the data conversion, use ChatGPT or Gemini to help you.