Skip to content
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

Closed
adriantabirta opened this issue Jan 15, 2021 · 4 comments
Closed

[ios] can I use ios sdk without access token? #2

adriantabirta opened this issue Jan 15, 2021 · 4 comments

Comments

@adriantabirta
Copy link

No description provided.

@petr-pokorny-1
Copy link
Contributor

petr-pokorny-1 commented Jan 15, 2021

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.

@adriantabirta
Copy link
Author

adriantabirta commented Jan 16, 2021 via email

@adriantabirta
Copy link
Author

@petr-pokorny-1 could you please help me to setup a self hosted tile server for testing proposes?

@petr-pokorny-1
Copy link
Contributor

@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.

nvanfleet referenced this issue in lyft/maplibre-gl-native Jul 28, 2022
Some more tweaks so we can run the `build-android.sh` script and build this thing.
TimSylvester pushed a commit that referenced this issue Aug 31, 2023
Elide `glBufferData` when UBO data hasn't changed, using CRC32.
luciferwww pushed a commit to luciferwww/maplibre-native that referenced this issue Oct 28, 2024
…offset-workflows

Text variable anchor offset workflows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants