CrumblyLiquid / map

Collection of scripts to create custom maps out of map screenshots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map

Collection of scripts to create custom maps out of map screenshots

Requirements

Usage

Make sure that the DRIVER variable (at the top of map.py) is pointing to the location of the GeckoDriver executable

Run the script: python map.py

How does it work?

I'm using Mapy.cz as a source of screenshots which are then stitched together into a composite.

Mapy.cz

As far as I know Mapy.cz have only a couple of URL parameters:

  • l = 0/1 (open sidebar)
  • lgnd = anything? (show legend in sidebar - open or closed)
  • x = longitude
  • y = latitude
  • z = 2 - 19 (zoom level)

About

Collection of scripts to create custom maps out of map screenshots

License:GNU General Public License v3.0


Languages

Language:Python 97.2%Language:HTML 1.8%Language:Nix 1.0%