Skip to content

Commit

Permalink
add geojson example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameri11 committed Aug 4, 2023
1 parent 97eb36d commit 19b1f90
Show file tree
Hide file tree
Showing 9 changed files with 28,201 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
android:roundIcon="@mipmap/icon_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".GeoJsonActivity"
android:exported="false" />
<activity
android:name=".MutuallyExclusiveGesturesActivity"
android:exported="false" />
Expand Down
Loading

0 comments on commit 19b1f90

Please sign in to comment.