Loading
Commits on Source 84
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Fabio Tomat authored
-
Marcus Lundblad authored
Use the addr:floor OSM tag when available to get named floor for places.
-
Ekaterine Papava authored
-
Ekaterine Papava authored
-
Automeris naranja authored
-
Yuri Chornoivan authored
-
AsciiWolf authored
-
Ekaterine Papava authored
-
Sabri Ünal authored
-
Bruce Cowan authored
-
Fran Dieguez authored
-
Ekaterine Papava authored
-
Vasil Pupkin authored
-
Yuri Chornoivan authored
-
Marcus Lundblad authored
Use coordinates to determine country if not set as a construct parameters, or available via the addr:country tag. This fixes getting the right address format when clicking directly on a POI icon on the map when there's no addr:country tag set, getting the same behavior as when instanciating the place from a search result (via the Photon parser).
-
Marcus Lundblad authored
This allows clicking on icons underneath the accuracy circle.
-
Danial Behzadi authored
-
Kukuh Syafaat authored
-
James Westman authored
The code that inserted the highway shields layer worked by finding the index of the 'road_shield' layer in OSM Liberty, then splicing the Americana shield layer over it. The new map style doesn't have a 'road_shield' layer though, so findIndex() returned -1, which splice() interpreted to mean the last item of the list. This happened to delete the neighborhoods layer. Fixed by moving the code that inserts the Americana shields layer into the map style itself, so no splice is needed.
-
Yaron Shahrabani authored
-
AsciiWolf authored
-
James Westman authored
The script exports the map style as JSON and creates a MapLibre GL JS-based preview page.
-
James Westman authored
Add a script to serve the MapLibre GL JS-based map style preview. When you edit the map style subdirectory, the style is regenerated and the page is refreshed.
-
James Westman authored
-
Asier Sarasua Garmendia authored
-
Sabri Ünal authored
-
Nathan Follens authored
-
Matej Urbančič authored
-
Julián Villodre authored
-
James Westman authored
The MapLibre page doesn't have the shield generator, so just skip that layer.
-
James Westman authored
This lets us write some of the logic in JS instead of MapLibre expressions, and it's much more performant since it happens once instead of every time a symbol is created.
-
Marcus Lundblad authored
FIx typo in getter determining if the place is of eating&drinking type that prevented triggering showing the takeout information.
-
Marcus Lundblad authored
Don't use uppercase text transform for labels for hamlets.
-
Jiri Grönroos authored
-
Marcus Lundblad authored
Add some missing icon mappings where we already have icons: Bicyle shops Clothes shops (using the alternative shop=clothes mapping Miniature golf (using the alternative leasure=miniature_golf tagging) Trash cans
-
Marcus Lundblad authored
As with other similar POIs like recycling.
-
Alexandre Franke authored
-
James Westman authored
-
Baurzhan Muftakhidinov authored
-
Sabri Ünal authored
-
Marcus Lundblad authored
Since E-mail is British spelling, change this to be "Email".
-
Daniel Mustieles authored
-
Boyuan Yang authored
-
Aurimas Černius authored
-
Andi Chandler authored
-
Marcus Lundblad authored
Fixes #623
-
Marcus Lundblad authored
Fixes #624
-
Rūdolfs Mazurs authored
-
Marcus Lundblad authored
Also introduce a way for place definitions to defined a max rank for filtering so that smaller islands (higher rank) can be filtered out at lower zoom levels. And add support for an optional id to override the autogenerated one based on classes to allow multiple place definitions using the same classes but different parameters, such as maxRank. This is needed for compatibility with MapLibre.
-
Sophie Herold authored
Appstream decided to use reversed domains. Please merge before 46 if possible.
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Marcus Lundblad authored
Use icons for jewelry, hardware shops, and subway entrances.
-
James Westman authored
Use the text direction when looking up icons. For example, the icon for train/subway station entrances uses exit-symbolic, which has an rtl variant. We want the icons to match what people see in the UI.
-
James Westman authored
Made several changes to reduce the number of POIs shown: - Set padding to 10px - "text-optional" is false until z18 - At zoom levels 15-17, limit POIs by "rank", which is calculated by OpenMapTiles for this purpose
-
James Westman authored
-
James Westman authored
That way it doesn't order them differently each time, resulting in confusing diffs.
-
Marcus Lundblad authored
-
Christian Kirbach authored
-
James Westman authored
-
James Westman authored
If the country code needs to be calculated from the lat/lon, store that computed value. This saves a small but measurable amount of time on startup that would be spent instantiating GWeather.Location objects while loading the place store.
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Marcus Lundblad authored
-
Balázs Úr authored
-
Artur S0 authored
-
Anders Jonsson authored
-
James Westman authored
-
James Westman authored
-
Artur S0 authored
-
Alan Mortensen authored
-
Valentin Blot authored
-
Milo Casagrande authored
-
Rūdolfs Mazurs authored
-
Piotr Drąg authored
-
Quentin PAGÈS authored
-
Piotr Drąg authored
-
ButterflyOfFire authored
-
Jeeyong Um authored
-
Alexandre Franke authored
-
Marcus Lundblad authored
-
Amin Bandali authored