basemaps
basemaps copied to clipboard
Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
A cleaning of a work started some years ago to support a style displaying **symbols**. Symbol icons are based on OSM icons converted from SVG. This style can be combined...
This PR adds better support for black and white style (not gray scale, only black and white).
This is a new proposal for #22 Would you be interested in changing to vars defined in yaml files? The order of variables is lost by yaml.dump. I would like...
Hello, Is there a configuration to generate transparent basemaps style ? Do we need to change polygons hex colors with FF transparency in the generate_style.py file + RGBA outputformat ?...
Hi all, I have been working with basemaps to generate a particular style that we wanted for the Netherlands. It is a style derived from the "Basisregistratie topografie". At first...
Hi folks, In this basemap does not appear the admin_level like country, states, municipalities. What is the best way to make these layers appears.
Could all water features be added to the output ie 'leisure=marina' and 'waterway=dock' etc. Thanks
Introduce options to optional hide label outlines. We used this in combination with high contrast colors. Example with minimal possible outline width: Example without outline: EDIT: add examples with enabled/disabled...
Hi, I wonder if it's possible to generate a .map file with multiple styles (default, osm, bing,...) and one layer for each style ? Curently, I use : ``` make...