Hello,
In fact your shape file uses the WGS 84 / PDC Mercator (EPSG:3832) projection. Unfortunately the RadMap does not supports it.
You should create shape file using the EPSG:4326 or you should use a third party utilities to convert the shape file before using it in RadMap project. I have converted the shape file to Mercator (EPSG:4326) using gdal (
http://www.gdal.org/) with the following command:
ogr2ogr -t_srs WGS84 -s_srs PROJCS["WGS 84 / PDC Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Mercator_1SP"],PARAMETER["central_meridian",-150],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],AUTHORITY["EPSG","3349"],AXIS["Easting",EAST],AXIS["Northing",NORTH]] FNW_segmenten_Hageland110720_WGS84_Merkator.shp FNW_segmenten_Hageland110720_WGS84.shp
Kind regards,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>