Page 1 of 1

Maxar imagery

Posted: Fri Nov 15, 2019 2:21 am
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.)

Re: Maxar imagery

Posted: Thu Nov 21, 2019 12:26 pm
by Psyberia-Support
Hi,
Unfortunately this map requires a token id that regularly changes so it cannot be added as a regular map...

Re: Maxar imagery

Posted: Fri Nov 22, 2019 8:20 am
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?

Re: Maxar imagery

Posted: Fri Nov 22, 2019 9:49 am
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.

Re: Maxar imagery

Posted: Fri Nov 22, 2019 8:13 pm
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.

Re: Maxar imagery

Posted: Fri Nov 22, 2019 8:32 pm
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.

Re: Maxar imagery

Posted: Sat Nov 23, 2019 4:34 am
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.)

Re: Maxar imagery

Posted: Mon Nov 25, 2019 10:03 am
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.

Re: Maxar imagery

Posted: Fri Nov 29, 2019 3:56 pm
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.
.

Re: Maxar imagery

Posted: Sat Dec 21, 2019 7:31 pm
by alexlong
Bad news about Maxar public access:
https://www.openstreetmap.org/user/@kev ... ary/391652
:cry: