What can I do in my custom map plugin?
-
I have just managed to create my custom map plugin. It displays one and the same tile. It does nothing more than that. I can move the map, see map items in proper position. Map QML works as usual.
Now I wonder - how many features can I add to the map? Specifically, can I add layers? Can I modify how a map item (ie polygon) is drawn? Can I draw a grid?
From technical point of view, it seems that I cannot do much more, than choose a tile to display for given (zoom, x, y).
-
I have just managed to create my custom map plugin. It displays one and the same tile. It does nothing more than that. I can move the map, see map items in proper position. Map QML works as usual.
Now I wonder - how many features can I add to the map? Specifically, can I add layers? Can I modify how a map item (ie polygon) is drawn? Can I draw a grid?
From technical point of view, it seems that I cannot do much more, than choose a tile to display for given (zoom, x, y).
@mtty said in What can I do in my custom map plugin?:
Now I wonder - how many features can I add to the map? Specifically, can I add layers? Can I modify how a map item (ie polygon) is drawn? Can I draw a grid?
See here
According to your grid question, see here
-