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

fix some typos #4265

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chsdi/static/doc/source/services/sdiservices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ No more than 50 features can be retrieved per request.
| **layers (optional)** | The layers to perform the identify operation on. Per default query all the layers in the |
| | GeoAdmin API. Notation: all:"comma separated list of technical layer names". |
+-----------------------------------+-------------------------------------------------------------------------------------------+
| **mapExtent** | The extent of the map. (minx, miny, maxx, maxy). Optional if *tolereance=0*. Default to |
| **mapExtent** | The extent of the map. (minx, miny, maxx, maxy). Optional if *tolerance=0*. Default to |
| **(required/optional)** | The mapExtent and the imageDisplay parameters are used by the server to calculate the |
| | 0,0,0,0 |
+-----------------------------------+-------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -338,7 +338,7 @@ Tolerance, mapExtent and imageDisplay

If *tolerance=0*, *imageDisplay* and *mapExtent* are generaly not needed, except to get models which are scale dependant, e.g.
displaying points at smaller scales and polygons ar larger one.
If using *tolerance>0*, bot *imageDisplay* and *mapExtent* must be set to meaningfull values. As the *teloerance* is in pixels,
If using *tolerance>0*, both *imageDisplay* and *mapExtent* must be set to meaningfull values. As the *tolerance* is in pixels,
these value are used to convert it to map units, _i.e._ meters.

The following table summarize the various combinations:
Expand Down
Loading