-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ios] can I use ios sdk without access token? #2
Comments
Here is an example which illustrates how to use the SDK. The example shows how to create simple ios app and load the style and vector tiles. // Build the style url
let styleURL = URL(string: "https://api.maptiler.com/maps/streets/style.json?key=\(mapTilerKey)") The token here is required because style and vector tiles are loaded from MapTiler cloud, but if you have public source or your own server you dont any token. |
1. What about routing?
2. MapTiler also is not free, is there any examples how to host own tiles server? (Is this even real?)
… Pe 15 ian. 2021, la 23:13, Petr Pokorny ***@***.***> a scris:
Here is an example how to use the SDK.
In the example shows how to create simple ios app and how to load the style and vector tiles.
// Build the style url
let styleURL = URL(string: "https://api.maptiler.com/maps/streets/style.json?key=\(mapTilerKey)")
The token here is required because style and vector tiles are loaded from MapTiler cloud, but if you have public source or your own server you dont any token.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@petr-pokorny-1 could you please help me to setup a self hosted tile server for testing proposes? |
@adriantabirta you can try to use TileServerGL (written in node). If you want to generate your own vector tiles you might want to check OpenmapTiles. There is many other options indeed. |
Some more tweaks so we can run the `build-android.sh` script and build this thing.
Elide `glBufferData` when UBO data hasn't changed, using CRC32.
…offset-workflows Text variable anchor offset workflows
No description provided.
The text was updated successfully, but these errors were encountered: