Skip to content

Commit

Permalink
Update README.md and MaplibreMap.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 11, 2024
1 parent 4160473 commit 8db1cb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This project provides a utility for converting Esri Vector Tile Styles to Mapbox Style specifications, facilitating the integration and usage of Esri-hosted vector tiles within Mapbox applications. The conversion process preserves source properties like attribution, bounds, minzoom, maxzoom, scheme, etc., ensuring a seamless transition between Esri and Mapbox style formats.

![screenshot](docs/images/esri-style-ft-mapbox-style-screenshot.jpg)

## Current Status

- ✅ The conversion from Esri to Mapbox style specifications is fully supported and operational.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/src/lib/MaplibreMap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
<FullscreenControl position="top-left" />
<ScaleControl />
<AttributionControl
customAttribution={`A <strong class="text-red-500">custom</strong> attribution`}
customAttribution={`<strong class="text-gray-500">MapLibre</strong>`}
/>
</MapLibre>

0 comments on commit 8db1cb0

Please sign in to comment.