With your help I was able get a shapefile from the CAD file of the previous question.
Now the next step is the display the shapefile in OpenLayers... I wrote the script but the map being displayed in the browser is way too small... I need help setting the default zoom level...
Can someone point me to an "simple" example that explains how to set the default zoom level?
The ones I've found a way to complicated...
Here's the link to my "map".... Hopefully someone take a look at the source page and let me know what I'm doing wrong...
[link] (http://tobagoborn.com/gis/science/floor13.html)
Thanks
– ChrisJ Feb 25 '11 at 05:58After reading everything I started from scratch. The key was figuring out the center lat/lon. I did this by running get.center() on the command prompt on firebug...
Chris
– ChrisJ Feb 28 '11 at 13:19