AZ-C update...

Chad Streck chads at adci.com
Wed Mar 28 09:54:06 PST 2001


Here is what I have so far, and customer points not showing......

When I run proj from the command line, I get this.....

[cas at saratoga cas]$ /usr/local/bin/proj +proj=tmerc -v +ellps=WGS84 
+units=ft +lon_0=111w55 +lat_0=31w +x_0=699998.60 +y_0=0 +no_defs
#Transverse Mercator
#       Cyl, Sph&Ell
# +proj=tmerc +ellps=WGS84 +units=ft +lon_0=111w55 +lat_0=31w +x_0=699998.60
# +y_0=0 +no_defs

The values I got using Mentor software.

My mapfile has these values....


  projection
   "proj=tmerc"
   "ellps=WGS84"
   "units=ft"
   "lon_0=111w55"
   "lat_0=31w"
   "x_0=699998.60"
   "y_0=0"
   "no_defs"
  end
                                                                         
     

...and for the customer layer....

  layer
   classitem "status"
#    maxscale 1000000
#    minscale 0
   name "ace"
   data "procon/ace-cust"
   status default
   type point
   projection
     geographic
   end
   class
     color 0 64 128
     expression /A/
     name "Existing Customers"
     size 8
     symbol "hospital"
   end
   class
     color 128 64 0
     expression /B/
     name "New Prospects"
     size 8
     symbol "hospital"
   end
   class
     color 64 128 0
     expression /C/
     name "New Customers"
     size 8
     symbol "hospital"
   end
   queryitem "ddlong"
   tolerance 5
   query
     expression /./
     template ""
   end
  end                                                                   
       

Hope this gives you an idea of where I'm at.

Thanks,
Chad




More information about the MapServer-users mailing list