
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Map Poster Creator - script for creating beautiful road maps of any cities, zones, sections according to OSM data. You can add green areas, roads, rivers, ponds, lakes to the map. There are several ready-made color schemes, but you can easily add your own colors.
The project is provided as-is.
white
black
coral
pip install map-poster-creator
apt-get install libgeos-dev
thanks Lamroy95 for Windows instruction
pip install path\to\gdal.whl
pip install path\to\fiona.whl
pip install map-poster-creator
brew install geos
central-fed-district-latest-free.shp.zip
*.free.shp.zip
archive to some folder PATH_TO_SHP_DIR
$ mapoc poster create --shp_path PATH_TO_SHP_DIR --geojson PATH_TO_GEOJSON --colors white black coral
$ mapoc poster create -h
usage: Map Poster Creator poster create [-h] --shp_path SHP_PATH --geojson GEOJSON [--colors COLORS [COLORS ...]] [--output_prefix OUTPUT_PREFIX]
Make Poster
optional arguments:
-h, --help show this help message and exit
--shp_path SHP_PATH Path to shp folder.type "mapoc misc shp" to download
--geojson GEOJSON Path to geojson file with boundary polygon.type "mapoc misc geojson" to create and download
--colors COLORS [COLORS ...]
Provide colors. eq "--colors white black coral". Default: "white". Available colors: black, white, red, coral
--output_prefix OUTPUT_PREFIX
Output file prefix. eq. "{OUTPUT_PREFIX}_{COLOR}.png". Default: "map"
$ mapoc misc -h
usage: Map Poster Creator misc [-h] {shp,geojson} ...
Misc services
optional arguments:
-h, --help show this help message and exit
misc management commands:
misc
{shp,geojson} Additional help for available commands
Add a new color scheme or rewrite available color scheme.
usage: mapoc color add [-h] --name NAME --facecolor FACECOLOR --water WATER --greens GREENS --roads ROADS
List available colors
optional arguments:
-h, --help show this help message and exit
--name NAME Name of color scheme. eq. "blue"
--facecolor FACECOLOR
MatPlot face hex color. eq. "#ffffff"
--water WATER MatPlot water hex color. eq. "#ffffff"
--greens GREENS MatPlot greens hex color. eq. "#ffffff"
--roads ROADS MatPlot roads hex color. eq. "#ffffff"
Example:
$ mapoc color add --name "coffee" --facecolor "#433633" --water "#5c5552" --greens "#8f857d" --roads "#decbb7"
$ mapoc color list
FAQs
Map Poster Creator
We found that map-poster-creator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.