Skip to content

Conversation

@jachym
Copy link
Contributor

@jachym jachym commented Nov 8, 2019

This patch is more complex and addresses more features:

  1. Python3 conversion of the generate_style.py file, along with autopep script applied
  2. Adds support for the INCLUDE directive of custom mapfiles on two places:
    1. In between of landuse and all linear and point layers: this way, you can create custom background maps with streets and labels on top of them
    2. On the top of all layers

Usage:

make STYLE=google BASE=my_mapfile.map OVERLAY=my_overlay.map

Example:
Screenshot_20191104_172657
Aerial image put under all the streets and labels using BASE option

Sample base include file:

   TYPE RASTER
   CONNECTION "http://wmts1.geoportail.lu/opendata/service"
   CONNECTIONTYPE WMS
   METADATA
       "wms_srs"             "EPSG:3857"
       "wms_name"            "ortho_latest"
       "wms_server_version"  "1.3.0"
       "wms_format"          "image/jpeg"
   END

NOTE: this pull request is based on previeous #67

@jmckenna
Copy link
Member

jmckenna commented Aug 5, 2020

@jachym python3 was merged through #58, can you update your PR accordingly here?

@jachym
Copy link
Contributor Author

jachym commented Aug 6, 2020

will do

@jachym
Copy link
Contributor Author

jachym commented Oct 11, 2020

closing, since this is covered #72

@jachym jachym closed this Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants