-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MapServer QuickStart Updates #869
Conversation
@kalxas I can switch back to
|
Thanks @geographika |
@geographika |
@kalxas - should this comment be update the regex to accept |
@geographika yes, let's update the regex to accept /home/user/ |
0f5db69
to
807bb37
Compare
@cvvergara I've switched to the paths suggested by @kalxas, and opened a pull request at OSGeo/OSGeoLive#400 which gets the MapServer Quickstart working again. Good to go from my side. |
Following testing the quick start MapServer guide on
osgeolive-nightly-build84-amd64-50c0fd6-master.iso
a few updates:STYLES=
parameter needs to be added to WMS requests or the following error is returned -msWMSLoadGetMapParams(): WMS server error. Missing required parameter STYLES
/home/user/mapserver_quickstart.map
to/usr/local/share/mapserver/mapserver_quickstart.map
. Themapserver.conf
file only allows MapServer to read Mapfiles in/usr/local
(see OSGeo/OSGeoLive@f88c2fc). Without the path change there are errors -msLoadMap(): Unable to access file. (/home/user/mapserver_quickstart.map)
. I'm not sure if this was the case for OSGeoLive 16.0 as well - I did run through the QuickStart when testing with MapServer 8.0...SHAPEPATH
as getting errors -msShapefileOpen(): Unable to access file. (/usr/local/share/mapserver/ne_10m_admin_0_countries)
shp2img
is nowmap2img