Revision 7155 trunk/extensions/extPublish/src/org/gvsig/remoteservices/conf/mapserver/MapServer.java

View differences:

MapServer.java
44 44
 *
45 45
 * $Id$
46 46
 * $Log$
47
 * Revision 1.17  2006-09-08 12:50:20  jorpiell
47
 * Revision 1.18  2006-09-08 17:58:01  jorpiell
48
 * El EPSG se escribe en min?sculas y los times se escriben en orden
49
 *
50
 * Revision 1.17  2006/09/08 12:50:20  jorpiell
48 51
 * Se tiene en cuanta el par?metro TIME
49 52
 *
50 53
 * Revision 1.16  2006/09/08 10:50:05  jorpiell
......
199 202
		public void toMap() {
200 203
			toMapln("PROJECTION");
201 204
			tabIn();
202
			toMapln("\""+this+"\"");
205
			toMapln("\""+this.toString().toLowerCase()+"\"");
203 206
			tabOut();
204 207
			toMapln("END");
205 208
		}
......
240 243
		if (init == true)
241 244
			prj.toString();
242 245
		tabIn();
243
		toMapln("\""+prj+"\"");
246
		toMapln("\""+prj.toString().toLowerCase()+"\"");
244 247
		tabOut();
245 248
		toMapln("END");
246 249
	}

Also available in: Unified diff