LarsSchy / SMAC-M

Scripts to convert nautical data and display it with Mapserver
MIT License
66 stars 33 forks source link

how to convert SMAC-M output to OSM (tile) #27

Closed teriterance closed 4 years ago

teriterance commented 4 years ago

hello, Hello to you, I would like if it is possible to convert the output of SMAC-M into a tile compatible with Open Street Map. In order to display the maps (S57, CM93) in a web browser.

As far as I know, it is possible to convert the shape files to an Open Street Map compatible format.

I'm new in the GIS world, I have to do this for an internship.

smercier commented 4 years ago

Hi teriterance

No need to convert to shapefiles. It's relatively simple soon you install properly this repo and make it run with your S57 raw data(properly converted w/ this tool). Because you will have a WMS of your EMC data up and running, you can easily install Mapcache(https://mapserver.org/mapcache/) to publish tiles on the top of the OpenStreetMap base map. It's what we do for our needs.

simon

teriterance commented 4 years ago

Yes thank you, I took some time to learn about mapcache; and try to understand it. I have 2 questions

Gabin

smercier commented 4 years ago

your SMAC-M WMS will be simply placed on the top of OSM and you can hide area layers of your S57 dataset in smac configuration file! Are you familiar with GIS? With OpenLayers ?

teriterance commented 4 years ago

@smercier I am new to this field, I just have the theoretical basics from my lecture of Mapserver, OSM and Mapcache documentation.