Changeset 350
- Timestamp:
- Jan 18, 2012, 4:25:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal_ms.c
r348 r350 179 179 msLoadProjectionStringEPSG(&m->projection,tmpSrs); 180 180 msLoadProjectionStringEPSG(&myLayer->projection,tmpSrs); 181 msInsertHashTable(&(m->web.metadata), "ows_srs", tmpSrs); 182 msInsertHashTable(&(myLayer->metadata), "ows_srs", tmpSrs); 181 182 char tmpSrss[256]; 183 fprintf(tmpSrss,"EPSG:4326 EPSG:900913 %s",tmpSrs); 184 185 msInsertHashTable(&(m->web.metadata), "ows_srs", tmpSrss); 186 msInsertHashTable(&(myLayer->metadata), "ows_srs", tmpSrss); 187 183 188 #ifdef DEBUGMS 184 189 fprintf(stderr,"isGeo %b\n\n",OSRIsGeographic(hSRS)==TRUE); … … 198 203 fprintf(stderr,"PROJ (%s)\n",proj4Str); 199 204 #endif 200 msLoadProjectionString(& m->projection,proj4Str);201 msLoadProjectionString(& myLayer->projection,proj4Str);205 msLoadProjectionString(&(m->projection),proj4Str); 206 msLoadProjectionString(&(myLayer->projection),proj4Str); 202 207 if(output!=NULL){ 203 208 if(OSRIsGeographic(hSRS)==TRUE)
Note: See TracChangeset
for help on using the changeset viewer.