Is there any Australian content or data maps ?

Geo-data sources, tools, utilities
Message
Author
geophil
Posts: 1516
Joined: 05 Jan 2011 16:45
Contact:

Re: Is there any Australian content or data maps ?

#11 Post by geophil »

Here are the NearMap Settings.

Copy the following code section into a text editor, save as an xml file and import into TransDEM with the Map Tile Client / Settings.

Code: Select all

<?xml version="1.0" encoding="iso-8859-1" ?>

<TileServer version="1.0" >
  <Provider name="7 NearMap" >
    <URL addr="http://www.nearmap.com/" prefix="maps/" postfix="&nml=Vert" standalone="1" >
      <Matrix prefixClm="&x=" prefixRow="&y=" prefixZoom="&z=" minZoom="1" maxZoom="22" />
      <Mercator origLat="90" origLon="-180" signLat="-1" signLon="1" projection="4" />
    </URL>
    <URL addr="http://www.nearmap.com/" prefix="maps/" postfix="&nml=Map_" standalone="1" type="1" >
      <Matrix prefixClm="&x=" prefixRow="&y=" prefixZoom="&z=" minZoom="1" maxZoom="22" />
      <Mercator origLat="90" origLon="-180" signLat="-1" signLon="1" projection="4" />
    </URL>
    <URL addr="http://www.nearmap.com/" prefix="maps/" postfix="&nml=MapT" type="2" >
      <Matrix prefixClm="&x=" prefixRow="&y=" prefixZoom="&z=" minZoom="1" maxZoom="22" />
      <Mercator origLat="90" origLon="-180" signLat="-1" signLon="1" projection="4" />
    </URL>
    <URL addr="http://www.nearmap.com/" prefix="maps/" postfix="&nml=Dem_" standalone="1" type="3" >
      <Matrix prefixClm="&x=" prefixRow="&y=" prefixZoom="&z=" minZoom="1" maxZoom="22" />
      <Mercator origLat="90" origLon="-180" signLat="-1" signLon="1" projection="4" />
    </URL>
  </Provider>
</TileServer>
prometheus_au
Posts: 3
Joined: 08 Jul 2011 17:06

Re: Is there any Australian content or data maps ?

#12 Post by prometheus_au »

Thanks - appreciated! :D
BigVern
Posts: 83
Joined: 28 Mar 2011 03:35

Re: Is there any Australian content or data maps ?

#13 Post by BigVern »

Just to mention that the Queensland WMS as supplied no longer seems to be responding.
Post Reply