The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

Maxar imagery

Any question about the app? Ask it here
Post Reply
jidanni
Posts: 353
Joined: Sat Mar 07, 2015 6:44 am
Contact:

Maxar imagery

Post by jidanni »

https://wiki.openstreetmap.org/wiki/Maxar
Is the best choice for imagery when editing openstreetmap. However it is not present in the list of available maps in your app.

(Sure, I'll hit the suggestion button.)
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Maxar imagery

Post by Psyberia-Support »

Hi,
Unfortunately this map requires a token id that regularly changes so it cannot be added as a regular map...
Do you like AlpineQuest ? Leave a small comment on Google Play !
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Maxar imagery

Post by alexlong »

Can this be added as an *.aqx file?

Standard
http://osmz.ru/imagery/#11/51.4101/-0.0632/ms
Premium
http://osmz.ru/imagery/#11/51.4101/-0.0632/mp

A kind of this but unfortunately I couldn't make it working, there is a mistake somewhere.

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<aqx version="9">

	<name>Maxar Imagery</name>
	<description>© Maxar</description>

	<source id="MAXAR_PR" type="satellite">
		<name>Maxar Premium Imagery</name>
		<copyright>Maxar</copyright>
		<preview-location>5.90,44.80,10</preview-location>
		<zoom-levels z="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20">
			<server><![CDATA[https://earthwatch.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService@EPSG:3857@jpg/{z}/{x}/{ty}.jpg?connectId=91e57457-aa2d-41ad-a42b-3b63a123f54a]]></server>
		</zoom-levels>
	</source>

	<source id="MAXAR_ST" type="satellite">
		<name>Maxar Standard Imagery</name>
		<copyright>Maxar</copyright>
		<preview-location>5.90,44.80,10</preview-location>
		<zoom-levels z="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20">
			<server><![CDATA[https://earthwatch.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService@EPSG:3857@jpg/{z}/{x}/{ty}.jpg?connectId=d9c5e3ef-6300-4cec-9562-c1f27da6b2d9]]></server>
		</zoom-levels>
	</source>

</aqx>
Could you check it please?
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Maxar imagery

Post by Psyberia-Support »

Hi Alex,
I've corrected the code in your post, now it works.
I also attach a copy.
If it's working fine for some time I'll add those maps to the community maps list.
Attachments
MaxarSat.aqx
(1.05 KiB) Downloaded 471 times
Do you like AlpineQuest ? Leave a small comment on Google Play !
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Maxar imagery

Post by alexlong »

I think some tags are missing.

Code: Select all

<update-delay></update-delay>
<referer></referer>
<region></region>
<data-source></data-source>
They were missing in my version but it was just a raw version.
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Maxar imagery

Post by alexlong »

Is it OK like this?

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<aqx version="9">

	<name>Maxar Imagery</name>
	<description>© Maxar</description>

	<source id="MAXAR_PR" type="satellite">
		<name>Maxar Premium Imagery</name>
		<data-source></data-source>
		<copyright>Maxar</copyright>
		<region>WRLD</region>
		<preview-location>5.90,44.80,10</preview-location>
		<zoom-levels z="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20">
		<update-delay>3M</update-delay>
		<referer><![CDATA[http://osmz.ru/imagery/#11/51.8169/-0.8665/mp]]></referer>
			<server><![CDATA[https://earthwatch.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService@EPSG:3857@jpg/{z}/{x}/{ty}.jpg?connectId=91e57457-aa2d-41ad-a42b-3b63a123f54a]]></server>
		</zoom-levels>
	</source>

	<source id="MAXAR_ST" type="satellite">
		<name>Maxar Standard Imagery</name>
		<data-source></data-source>
		<copyright>Maxar</copyright>
		<region>WRLD</region>
		<preview-location>5.90,44.80,10</preview-location>
		<zoom-levels z="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20">
		<update-delay>3M</update-delay>
		<referer><![CDATA[http://osmz.ru/imagery/#13/51.4828/-0.1718/ms]]></referer>
			<server><![CDATA[https://earthwatch.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe:ImageryTileService@EPSG:3857@jpg/{z}/{x}/{ty}.jpg?connectId=d9c5e3ef-6300-4cec-9562-c1f27da6b2d9]]></server>
		</zoom-levels>
	</source>

</aqx>
Datasource tag is unavailable.
jidanni
Posts: 353
Joined: Sat Mar 07, 2015 6:44 am
Contact:

Re: Maxar imagery

Post by jidanni »

Psyberia-Support wrote: Fri Nov 22, 2019 9:49 am If it's working fine for some time I'll add those maps to the community maps list.
(Maybe it could be added to the main maps list, as Maxar seems like a major provider, at least from looking on OpenStreetMap's iD editor imagery selector.)
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Maxar imagery

Post by Psyberia-Support »

Yes "<update-delay></update-delay>" is important you're right.
"<region>" is no used by the app for now, "<data-source></data-source>" is only for display to the user, and "<referer>"not requested for this map.
Do you like AlpineQuest ? Leave a small comment on Google Play !
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Maxar imagery

Post by alexlong »

This one also works good:
Maxar Premium Imagery (Beta) - JOSM - Imagery Preview
Hope the url will work fine for a long time.
If it's working fine for some time I'll add those maps to the community maps list.
.
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Maxar imagery

Post by alexlong »

Bad news about Maxar public access:
https://www.openstreetmap.org/user/@kev ... ary/391652
:cry:
Post Reply