Changes between Version 1 and Version 2 of FDORfc53
- Timestamp:
- 08/24/10 19:58:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc53
v1 v2 40 40 Similar with SQLServerSpatial provider, we are going to use a lookup file in WMS provider which indicates the axis order of specific EPSG codes. This file will have a reverse-order ESPG codes list. And before provider sending request to WMS server, it will decide whether to reverse the BBox value based on the two items:[[BR]] 41 41 42 1. WMS server’s version in current connection. [[BR]]42 1. WMS server’s version in current connection. 43 43 44 2. Check the file to determine the axis order if we got an EPSG code in the coordinate system parameter. [[BR]]44 2. Check the file to determine the axis order if we got an EPSG code in the coordinate system parameter. 45 45 46 46 The basic logic is that we reverse it only when current version is 1.3.0 and the EPSG code is found in the look up file.[[BR]] … … 48 48 For the look up file, it will be a txt file with reverse-order ESPG codes list, like:[[BR]] 49 49 50 EPSG:4326 [[BR]]50 EPSG:4326 51 51 52 EPSG:xxxx [[BR]]52 EPSG:xxxx 53 53 54 54 …[[BR]]