Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.3 KB

geostyler-mapfile-parser

Build Status Coverage Status npm version

GeoStyler Style Parser implementation for Mapserver Mapfiles

How to use

Not really useable now, wait on the first release.

Prerequisite

node v10+: https://nodejs.org/

Run tests

  npm install
  npm run test

Run MapServer to display features styles

Be sure you have:

Then run simply: make run

You can now show predefined mapfiles at this url:

http://localhost:8380/mapserv?service=wms&version=1.3.0&request=getmap&bbox=46.4,6.4,47.2,7.8&layers=line_simple_line&width=1200&height=800&format=image/jpeg&CRS=EPSG:4326

Set the layers param to display other layers (from layers defined in /data/mapfiles).