Ian Wagner
25cf61a825
Add links to tile provider authentication docs ( #914 )
...
This probably confused some people in the past, since vector tiles won't
even display an access denied image ;)
Before (no information on access keys and where to get them):
<img width="411" alt="image"
src="https://github.com/user-attachments/assets/8820fb20-bda4-460c-9cc9-8fec5daa480d ">
After (add links to providers in info callout + add a field for Stadia
Maps API keys):
<img width="395" alt="image"
src="https://github.com/user-attachments/assets/91ee732c-b3f5-45f8-81a6-8d896a93f644 ">
---------
Co-authored-by: Harel M <harel.mazor@gmail.com >
Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com >
Co-authored-by: Hugues Tavernier <hugues.tavernier@protonmail.com >
Co-authored-by: Keitaroh Kobayashi <keita@kbys.me >
2024-09-25 10:22:39 +03:00
Harel M
656264f2bc
Migration of jsx files to tsx 3 ( #851 )
...
This is in continue to:
- #850
- #848
The last files should be converted as part of this PR, there are only a
handful left.
2023-12-25 15:48:46 +02:00
Harel M
3bf0e510e6
Migrate all the non react components code to typescript ( #847 )
...
This completes the migration to typescript of all the non react
components code.
The only changes introduced besides types are the type checks using
`"something" in object` which narrows down types in typescript.
2023-12-21 00:07:53 +02:00