react-native-geojson
react-native-geojson copied to clipboard
Does this code support mulipolygon clickable to get data of geojson file ?
I have render successfully geojson with multipolygon type, and now i want to get data from geojson file and show it by press event, i try in react-native-maps
I have render successfully geojson with multipolygon type, and now i want to get data from geojson file and show it by press event, i try in react-native-maps but it not support multipolygon type
I just checked the code and this lib does not have this feature. It's easy to implement. This project need some type check too.
@cyruzin yes, i have geojson file, now if i using polygon in react-native-maps,it's so difficult to rendering the right format for polygon in react-native-maps showing and i don't know the way to solve my problem