MapInfo Pro Developers User Group

Welcome to the MapInfo Pro Developers community!  We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.

Please feel free to start a discussion in the discussion tab or join in a conversation.

Product Information  Ideas Portal  MapInfo Community Downloads

Discussions

Members

Resources

Events

 View Only
  • 1.  Hello, i try to use the canadian base map from NRCAN in WMTS service without succes.

    Posted 10-19-2018 19:34

    More infos about the issue:

    The line i add in the PRJ file:

    "EPSG 3978 Canada Atlas Lambert (NAD 83)",3,74,7,-95,49,49,77,0,0

    The link i use to connect to the server:

    http://geoappext.nrcan.gc.ca/arcgis/rest/services/BaseMaps/CBCT3978/MapServer/WMTS/1.0.0/WMTSCapabilities.xml

    The error message i receive from the GUI: 

    Une projection prise en charge doit être indiquée.

    Thanks for your help

     

    See AttachmentSee Attachment



  • 2.  RE: Hello, i try to use the canadian base map from NRCAN in WMTS service without succes.

    Posted 10-20-2018 15:17

    I found the answer. If you want add a EPSG coordinate inside the prj file, you need to add \p3978 at the end of the name of the projection. Also do not forget, the international version of MapInfo Pro get multiple PRJ file. So you need to updagte the right one.

    Canada Atlas Lambert (NAD 83)\p3978 ",3,74,7,-95,49,49,77,0,0

    Germain😉