Merged
Conversation
Updated references in HTML, JavaScript, and CSS files to switch from Mapbox GL to MapLibre GL. Adjusted the map style JSON to reflect the new source and layer configurations. This change enhances compatibility and reduces reliance on proprietary libraries.
Updated map style JSON files to use a new tile source URL for improved performance. Added CSS styles for MapLibre GL popups, including a new POI hover bubble design. Adjusted app.js to include a new popup variable for handling points of interest.
- Fix missing sprite icons (railway_11, leisure_11) via styleimagemissing - Fix GeoJSON null error: use empty FeatureCollection for sources - Fix fonts: absolute glyph/sprite URLs, Open Sans Regular - Adapt text-fields to planet-231204 tile schema (name:latin only) - Road labels: symbol-spacing, smaller text at high zoom - Search result: administration text with opacity 0.7 Co-authored-by: Cursor <cursoragent@cursor.com>
…ency - Updated 3D demo to fetch and apply a new map style with absolute URLs for glyphs and sprites. - Changed font from Open Sans to Roboto in app.js for better consistency across the application. - Removed references to the Metropolis Black font files, which were deleted to streamline font usage.
- Updated 3D demo to fetch map styles with absolute URLs for glyphs and sprites. - Changed font from Open Sans to Roboto in app.js for consistency. - Removed references to Mapbox styles and assets, including CSS and JSON files. - Deleted unused style files and icons to streamline the project.
- Updated README.md for both styles to include detailed source information and descriptions. - Added hillshading source to style.json for OSM Liberty, improving visual representation. - Removed outdated usage instructions from OSM Liberty README to streamline documentation.
- Implemented 3D terrain in app.js using the new 'terrain-dem' source with exaggeration. - Updated README.md to include the new terrain source and its description. - Enhanced style.json to define the 'terrain-dem' source for raster-dem tiles.
- Increased terrain exaggeration from 1.5 to 2.5 in the map settings to improve visual depth and realism.
- Introduced new UI switches for ESRI Satellite, JAXA Terrain RGB, and Hillshades in index.html. - Updated app.js to manage visibility of map layers based on the new state properties. - Enhanced style.json to define sources and layers for the new satellite options. - Updated README.md to reflect the new UI features and their default states.
- Introduced a new UI switch for OSM Vector in index.html to control its visibility. - Updated app.js to manage the visibility of OSM Vector layers based on the new state property. - Ensured that the OSM Vector layer is visible by default.
- Changed the default selected frame in app.js to null instead of the first menu item. - Updated copyright year in license.js from 2021 to 2026. - Modified project.js to update the link to the Telegram PM for Produktor.
- Introduced a new UI switch in index.html to toggle the globe view mode. - Updated app.js to manage the globe state and adjust map projection and sky settings accordingly. - Implemented keyboard navigation controls for zooming, panning, and rotating the map. - Enhanced CSS styles for the map container to support globe mode visuals.
- Added maxPitch property to enhance the map's pitch capabilities. - Increased PITCH_MAX constant from 85 to 90 for better navigation control.
… aesthetics - Changed line color from #a0c8f0 to #0077b6 for better visibility. - Updated water fill color to #003d5c and added fill-opacity of 0.7 for enhanced visual contrast.
… index.html - Introduced a new UI switch in index.html to control the visibility of 3D buildings. - Updated app.js to manage the visibility of the 'building-3d' layer based on the new state property. - Adjusted maxPitch property in app.js for improved map navigation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features