Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Background Map Data Sources

Background Map Data Sources 4 years 9 months ago #11854

  • dshoup
  • dshoup's Avatar
  • Offline
Sorry to dredge up an old thread, but has anyone figured out how to use Google Earth Pro satellite imagery as a background. Of particular interest would the the ability to select the historic imagery that Google Earth provides...I've got a low-water period where a lot of underwater structure and cover are exposed that I'd love to use. Anyone ever tried to do this that could provide the xml file needed?
The administrator has disabled public write access.

Background Map Data Sources 4 years 9 months ago #11879

  • ndoggac
  • ndoggac's Avatar
  • Offline
For the most part, Google buys their imagery from other companies like digitalglobe. They do collect other imagery with their own satellite, but ti's limited. You can utilize tools like Mobile Atlas Creator (MOBAC ) to harvest the data into an MBTILEs file, but technically it's against their TOS. You're best bet is probably to go to state or county GIS pages to see if they have imagery available.
The administrator has disabled public write access.

Background Map Data Sources 4 years 9 months ago #11880

  • ndoggac
  • ndoggac's Avatar
  • Offline
Save this code to an XML file and place it in the mapsources directory of MOBAC if it's not already there. Create an MBTILEs file, pick your region and create an atlas. There are youtube videos to help you with using MOBAC. This only grabs the latest Google imagery, there's no way to grab the historical imagery found in Google Earth that I'm aware of. However, that imagery is often available on the county/state sites as mentioned.
<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
    <name>Google Satellite Map</name>
    <minZoom>0</minZoom>
    <maxZoom>20</maxZoom>
    <tileType>PNG</tileType>
    <tileUpdate>None</tileUpdate>
    <url><![CDATA[http://mt{$serverpart}.google.com/vt/lyrs=s@148&src=app&x={$x}&y={$y}&z={$z}&s=Galileo]]></url>
    <serverParts>0 1 2 3</serverParts>
</customMapSource>
Last Edit: 4 years 9 months ago by ndoggac.
The administrator has disabled public write access.

Background Map Data Sources 4 years 9 months ago #11893

  • dshoup
  • dshoup's Avatar
  • Offline
Thanks!
The administrator has disabled public write access.

Background Map Data Sources 4 years 5 months ago #12086

  • Martin
  • Martin's Avatar
  • Offline
I have managed to add some WMTS successfully, but many fail with an exception. Not sure if I am doing it wrong. URL seems to work in a webbrowser.

For example this server: opengeodata.goteborg.se/services/ortofot...uest=getcapabilities

RM exception:

There is an error in XML document (1, 40).
System.InvalidOperationException: <WMS_Capabilities xmlns='www.opengis.net/wms'> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderCapabilities.Read55_Capabilities()

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at BruTile.Wmts.WmtsParser.Parse(Stream source, BoundingBoxAxisOrderInterpretation bbaoi)
at #=z6m$$$gvlN5vM0P2mZmnKkI_3kEcsywEOdqNHWDM=.#=zMCWkaz0=()
The administrator has disabled public write access.

Background Map Data Sources 4 years 5 months ago #12087

  • Matt
  • Matt's Avatar
  • Offline
Thanks Martin, I will look into it, although from a brief look at the map sources on that link, none would satisfy the projection requirements for ReefMaster anyway.
The administrator has disabled public write access.

Background Map Data Sources 4 years 5 months ago #12088

  • Martin
  • Martin's Avatar
  • Offline
OK, thanks.

Yeah, I haven't got much clue on what I am doing here - just trying random links I find...
The administrator has disabled public write access.

Background Map Data Sources 4 years 1 month ago #12240

  • DannyGeysen
  • DannyGeysen's Avatar
  • Offline
Who is using a WMTS server for Sweden?
Which one?
Thank you very much.
Lowrance ProStaff
The administrator has disabled public write access.

Background Map Data Sources 4 years 1 month ago #12241

  • fjordfisher
  • fjordfisher's Avatar
  • Offline
You can use the ArcGIS topo or germany top plus open layer as Matt wrote. Look the the samples. Not perfect but usable.
Attachments:
The administrator has disabled public write access.

Background Map Data Sources 4 years 1 month ago #12242

  • Martin
  • Martin's Avatar
  • Offline
DannyGeysen wrote:
Who is using a WMTS server for Sweden?
Which one?
Thank you very much.

Not using it really but Lantmäteriet has one that works:

opendata.lantmateriet.se/#apis?api=OpenDataWMTS&version=v1

You have to sign up for a free account.
The administrator has disabled public write access.

Background Map Data Sources 4 years 1 month ago #12243

  • DannyGeysen
  • DannyGeysen's Avatar
  • Offline
Thank you all.
Lowrance ProStaff
The administrator has disabled public write access.

Background Map Data Sources 1 year 3 weeks ago #13656

  • danpal
  • danpal's Avatar
  • Offline
Sorry to bring up an old thread. I'm trying to use a WMTS source from this URL

api.lantmateriet.se/open/topowebb-ccby/v...n=1.0.0&service=wmts

As this (free) service requires basic authentication i tried using the the format https://<username>:<password>@api.lantmateriet.se....
This seems to work in a browser but not in Reefmaster. I get a 401 not authorized error.
Is there a way to use WMTS services that require basic auth? If not,it would be great if that feature could be added. :)
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
SCROLL TO TOP