When adding ESRI shape files to OpenMap I don see (some/all) of the data. Whats wrong?
There could be one of two things. Firstly, the Openmap ShapeLayer only displays data from shapefiles where the data is stored as latitude/longitude objects. If the graphics in the shape file have already been projected and are stored in the shapefile in x-y space, we can’t currently display it. Secondly, the ShapeLayer uses a customized indexing scheme to efficiently draw the shape file data. You’ll need to create a spatial index from your shape file. A spatial index is different from a shape index (.shx) file.