ntiamoah bernard wrote:
Hi guys,
I have some problems here:
1. How can i change the coordinate system form the default geomoose UTM-15 to StatePlane_Indiana_East_FIPS_301_Feet?

I don't know GeoMoose, but for MapServer you can use PROJECTION objects, as described in http://mapserver.gis.umn.edu/docs/reference/mapfile/projection See the "Important Notes" section of that page.

2. When layers delay for more than 15 seconds to display, some timeout popup saying" These layers have delayed, do you want to remove them". How can i disable this popup?

This seems to be specific to GeoMoose, so you should ask on its own mailing list (subscribe at https://lists.sourceforge.net/lists/listinfo/geomoose-users)

By the way, you might want to use the MapServer shp2img utility (with the '-all_debug 5' switch) to see draw speeds for your layers.

3. How can i put street labels ABOVE the streets,NOT ON TOP of the streets. I tried OFFSET but it didn't work.

POSITION UC should place the label above and POSITION LC below in the simplest cases...maybe you should include your layer snippet and a screengrab of your problem, to this email list.

4. I set the temp path to /ms4w/tmp/ms_tmp but i don't see any image there when i open it. Does this mean the images are being kept somewhere else? where?

MS4W is configured for the following settings:

  IMAGEPATH "/ms4w/tmp/ms_tmp/"
  IMAGEURL  "/ms_tmp/"

Your mapfiles should use those values...which means that the images will be written to C:/ms4w/tmp/ms_tmp (for example).


5. Does geomoose has limit to the number of maps that should be added? The reason is that the application stops loading when i add more maps to it.

Again this is best asked on the GeoMoose mailing list.


--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to