Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

how can draw the custom layer data on the map by mbgl::painter ? #1656

Closed
zochunhua opened this issue May 28, 2015 · 1 comment
Closed

how can draw the custom layer data on the map by mbgl::painter ? #1656

zochunhua opened this issue May 28, 2015 · 1 comment

Comments

@zochunhua
Copy link

I have some json layer data , like

{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [
116.21000836585,
39.327215323
]
},
"type": "Feature",
"properties": {
"hello": "beijing"
}
}
]
}

how can draw the layer data on the map by mbgl::painter ?
please give some example?

@jfirebaugh
Copy link
Contributor

GeoJSON data overlays are not currently possible, but we're working on it. See previous issues like #507 and #893.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants