Hi,
I am trying to display some shapefiles into OpenMap, but I cannot get
them to display. I think this may have to do with a problem with the
extents. I used an ESRI layer to load the file. I checked the extents
using :
EsriGraphicList graphicList = esriLayer.getEsriGraphicList();
float [] extents = graphicList.getExtents();
System.out.println("extents: " + extents[0] + " " + extents[1] + " "
+ extents[2] + " " + extents[3]);
For two different files that I am having problems with, I got extents
of:
extents: 90.0 180.0 229236.55 492299.3
and
extents: 90.0 -217026.95 112006.68 -180.0
Is there something wrong with the data, or how I am using OpenMap? Do
you have any suggestions on how I might fix this problem?
Thanks a lot.
Robert
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Tue Aug 31 22:53:36 2004
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:39 EDT