I am suspecting this has to do with my shapefile itself but wanted to check-in with guys here to see if there is a way I can validate my shapefile and its projection.
I have other shapefiles which are being rendered just fine.
Using MapSuite WPF v10.0.
The external projection is:
+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs
One of the internal projections for the non-visible shapefiles:
+proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs
Meawhile one of the internal projections for the visible shapefiles is:
+proj=sterea +lat_0=46.5 +lon_0=-66.5 +x_0=2500000 +y_0=7500000 +ellps=GRS80 +units=m +no_defs
Any shapefile exports on here with some insights before I go digging?