nonstandardautonamespace.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .. _non_standard_auto_namespace:
  2. Non Standard AUTO Namespace
  3. ===========================
  4. The WMS standard supports a small number of "automatic" coordinate reference systems that include a user-selected centre of projection. These are specified using::
  5. AUTO:auto_crs_id,factor,lon0,lat0
  6. for example::
  7. CRS=AUTO:42003,1,-100,45
  8. .. note:: in GeoServer 2.8.x AUTO and AUTO2 namespaces are treated identically.
  9. .. note:: in GeoServer 2.8.x the factor parameter in the AUTO namespace is ignored. The BBOX parameter to GetMap must therefore be specified in metres.
  10. The WMS standard provide projections with IDs in the range 42001 to 42005.
  11. .. list-table::
  12. :widths: 20 80
  13. * - ID
  14. - Projection
  15. * - 42001
  16. - Universal Transverse Mercator
  17. * - 42002
  18. - Transverse Mercator
  19. * - 42003
  20. - Orthographic
  21. * - 42004
  22. - Equirectangular
  23. * - 42005
  24. - Mollweide (not supported in GeoServer 2.8.x)
  25. GeoServer also supports some non-standard coordinate reference systems.
  26. These are
  27. .. list-table::
  28. :widths: 20 80
  29. * - ID
  30. - Projection
  31. * - 97001
  32. - Gnomonic
  33. * - 97002
  34. - Stereographic
  35. .. note:: the auto stereographic projection uses a sphere. It does this by setting the semi minor axis to the same value as the semi major axis.