Use Mapbox GL Inspect

This commit is contained in:
Lukas Martinelli
2017-01-08 22:03:21 +01:00
parent e9daee4470
commit c363c88f23
7 changed files with 57 additions and 48 deletions
@@ -24,7 +24,6 @@ const Panel = (props) => {
}
function renderFeature(feature) {
console.log(feature)
return <div>
<Panel>{feature.layer['source-layer']}</Panel>
{renderProperties(feature)}