Skip to content
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

Support tile mode #61

Open
ivorbosloper opened this issue Sep 25, 2020 · 0 comments
Open

Support tile mode #61

ivorbosloper opened this issue Sep 25, 2020 · 0 comments

Comments

@ivorbosloper
Copy link
Contributor

When trying to access a published layer with tile-mode it results in an error msTileSetup(): CGI error. Tile API is not available. If this is the expected behaviour of this docker image, please close this issue.

Example url: http://mapserver:8080/?layer=polygons&mode=tile&tilemode=gmap&tile=0+0+0 .

I traced it down to a missing cmake -DUSE_PROJ=1 option in the Dockerfile builder target. Without this option, after running cmake the mapserver-config.h contains an out-commented /* #undef USE_PROJ */ and the tile-mode feature is not compiled.

ivorbosloper added a commit to cropx/docker-mapserver that referenced this issue Sep 25, 2020
sbrunner added a commit that referenced this issue Sep 28, 2020
Enable use_proj and tile mode #61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant