This app was created using @capacitor/create-app
,
and comes with a very minimal shell for building an app.
This is a Capacitor example project that uses pmtiles to demonstrate the need to add ".pmtiles" to the supported media extensions for iOS. It adds offline support for maps and uses a custom fork of @capacitor/ios
to include pmtiles in the supported mediaExtensions list.
To run the provided example, you can use npm start
command.
npm start
This project uses a custom fork of @capacitor/ios
:
"@capacitor/ios": "https://gitpkg.vercel.app/m345054/capacitor/ios?fix/pmtiles-6.x"
You can find the fork here: https://github.com/m345054/capacitor