-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
GRID - Better doc and examples #4353
Comments
|
@adube great. since you already have examples for 900913/meters, could you paste your examples here so we can add to the docs? Also, when steve and I mentioned a ticket we meant regarding MapServer crashing (a small test case with one layer that produces a MapServer crash). This will have to be another ticket. |
|
|
Committed updates to GRID document, that includes example map images. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the last days, while using the GRID feature for the first time, I followed the documentation and example to reproduce a grid using 4326 as projection.
When switching to 900913, MapServer timed out. It was due to the fact that I had set min/max interval values to low values such as 0.1. That value is in layer units, so when using 4326 I was in degrees. Switching to 900913 the units went to meters, and drawing 1 line per 0.1 meter caused the issue.
IMHO, a better documentation and seperate examples, one using degrees and the other using meters, would avoid doing this mistake.
The text was updated successfully, but these errors were encountered: