geojackass / arcspace-docker

月惑星用mapserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapserver in Docker arcspace edition

This is an Ubuntu derived image containing MapServer running under the Nginx web server as a FastCGI service. Mapserver is compiled with a broad range of options, including a comprehensive version of GDAL.

Each branch in the git repository corresponds to a supported Map server version (e.g. 7.0.1) with the master branch following MapServer master. These branch names are reflected in the image tags on the Docker Hub.

Usage

The HTTP endpoint for the MapServer mapserv CGI binary is the root URL at /. This can be tested by mapping the web server's port 80 on the container to port 8080 on the host:

# docker run -p 8080:80 geojackass/arcspace

Setup

You can then test using the included example mapfile by pointing your browser at

http://localhost:8080/?map=/usr/local/share/mapserver/examples/arcspace.map&mode=map

Destination URL, Using QGIS, Tableau, ArcGIS and more

http://localhost:8080/?map=/usr/local/share/mapserver/examples/arcspace.map

License

Released under the MIT license

Copyright (c) 2022 Shoichi Otomo @geojackass

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

本研究は文部科学省特色ある共同研究拠点の整備の推進事業 JPMXP0619217839/JPMXP0622717003/JPMXP0723830458 の助成を受けたものです。
This work was supported by MEXT Promotion of Distinctive Joint Research Center Program Grant Number JPMXP0619217839/JPMXP0622717003/JPMXP07238

About

月惑星用mapserver


Languages

Language:Dockerfile 75.6%Language:Shell 24.4%