Adding Here WeGo Satellite imagery to QGIS?
Here WeGo has more updated imagery for Cambodia than Google. I would like to add the WeGo image tile to QGIS. I have followed the instructions here and can add the WeGo street layers to my map of Cambodia.
I have followed this link to add satellite imagery. I took the original XML file posted in the link and altered the URL but used the same key as the street layer version of the XML.
Here is a screen grab of how/where I got the app ID and app key.

This resulted in a layer that repeats a tile of southern Spain. I am unaware of how to alter my XML code to get the WeGo image tile to draw for southern Cambodia.
How can I alter the code to get WeGo imagery to draw in QGIS?
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-20037508.34</UpperLeftX>
<UpperLeftY>20037508.34</UpperLeftY>
<LowerRightX>20037508.34</LowerRightX>
<LowerRightY>-20037508.34</LowerRightY>
<TileLevel>20</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:3857</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>3</BandsCount>
<Cache />
qgis wms imagery
add a comment |
Here WeGo has more updated imagery for Cambodia than Google. I would like to add the WeGo image tile to QGIS. I have followed the instructions here and can add the WeGo street layers to my map of Cambodia.
I have followed this link to add satellite imagery. I took the original XML file posted in the link and altered the URL but used the same key as the street layer version of the XML.
Here is a screen grab of how/where I got the app ID and app key.

This resulted in a layer that repeats a tile of southern Spain. I am unaware of how to alter my XML code to get the WeGo image tile to draw for southern Cambodia.
How can I alter the code to get WeGo imagery to draw in QGIS?
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-20037508.34</UpperLeftX>
<UpperLeftY>20037508.34</UpperLeftY>
<LowerRightX>20037508.34</LowerRightX>
<LowerRightY>-20037508.34</LowerRightY>
<TileLevel>20</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:3857</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>3</BandsCount>
<Cache />
qgis wms imagery
add a comment |
Here WeGo has more updated imagery for Cambodia than Google. I would like to add the WeGo image tile to QGIS. I have followed the instructions here and can add the WeGo street layers to my map of Cambodia.
I have followed this link to add satellite imagery. I took the original XML file posted in the link and altered the URL but used the same key as the street layer version of the XML.
Here is a screen grab of how/where I got the app ID and app key.

This resulted in a layer that repeats a tile of southern Spain. I am unaware of how to alter my XML code to get the WeGo image tile to draw for southern Cambodia.
How can I alter the code to get WeGo imagery to draw in QGIS?
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-20037508.34</UpperLeftX>
<UpperLeftY>20037508.34</UpperLeftY>
<LowerRightX>20037508.34</LowerRightX>
<LowerRightY>-20037508.34</LowerRightY>
<TileLevel>20</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:3857</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>3</BandsCount>
<Cache />
qgis wms imagery
Here WeGo has more updated imagery for Cambodia than Google. I would like to add the WeGo image tile to QGIS. I have followed the instructions here and can add the WeGo street layers to my map of Cambodia.
I have followed this link to add satellite imagery. I took the original XML file posted in the link and altered the URL but used the same key as the street layer version of the XML.
Here is a screen grab of how/where I got the app ID and app key.

This resulted in a layer that repeats a tile of southern Spain. I am unaware of how to alter my XML code to get the WeGo image tile to draw for southern Cambodia.
How can I alter the code to get WeGo imagery to draw in QGIS?
<GDAL_WMS>
<Service name="TMS">
<ServerUrl>https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g</ServerUrl>
</Service>
<DataWindow>
<UpperLeftX>-20037508.34</UpperLeftX>
<UpperLeftY>20037508.34</UpperLeftY>
<LowerRightX>20037508.34</LowerRightX>
<LowerRightY>-20037508.34</LowerRightY>
<TileLevel>20</TileLevel>
<TileCountX>1</TileCountX>
<TileCountY>1</TileCountY>
<YOrigin>top</YOrigin>
</DataWindow>
<Projection>EPSG:3857</Projection>
<BlockSizeX>256</BlockSizeX>
<BlockSizeY>256</BlockSizeY>
<BandsCount>3</BandsCount>
<Cache />
qgis wms imagery
qgis wms imagery
edited Dec 12 at 4:04
PolyGeo♦
53.1k1779238
53.1k1779238
asked Dec 12 at 2:33
GBG
2,707418
2,707418
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I think there may be an issue with your app_code and app_id.
I was able to add that service as an XYZ Tile in QGIS using my App_id/App_code, but not with yours. Is yours restricted to a domain?

And:

If you are adding this as an XYZ Tile, you have to put the z,x,y parameters in place of actual values:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
becomes:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f305777%2fadding-here-wego-satellite-imagery-to-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think there may be an issue with your app_code and app_id.
I was able to add that service as an XYZ Tile in QGIS using my App_id/App_code, but not with yours. Is yours restricted to a domain?

And:

If you are adding this as an XYZ Tile, you have to put the z,x,y parameters in place of actual values:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
becomes:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
add a comment |
I think there may be an issue with your app_code and app_id.
I was able to add that service as an XYZ Tile in QGIS using my App_id/App_code, but not with yours. Is yours restricted to a domain?

And:

If you are adding this as an XYZ Tile, you have to put the z,x,y parameters in place of actual values:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
becomes:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
add a comment |
I think there may be an issue with your app_code and app_id.
I was able to add that service as an XYZ Tile in QGIS using my App_id/App_code, but not with yours. Is yours restricted to a domain?

And:

If you are adding this as an XYZ Tile, you have to put the z,x,y parameters in place of actual values:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
becomes:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
I think there may be an issue with your app_code and app_id.
I was able to add that service as an XYZ Tile in QGIS using my App_id/App_code, but not with yours. Is yours restricted to a domain?

And:

If you are adding this as an XYZ Tile, you have to put the z,x,y parameters in place of actual values:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
becomes:
https://2.aerial.maps.api.here.com/maptile/2.1/maptile/newest/satellite.day/{z}/{x}/{y}/256/png8?app_id=tEu0WBZmhFgA0aSvAJfM&app_code=V32dyBBowZHxPHGMUTQH2g
answered Dec 12 at 2:58
Jay Cummins
10.3k54399
10.3k54399
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
add a comment |
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
Thanks @Jay Cummins! Using the browser panel in QGIS 2.18 I was able to add a new connection using the line above. I can now see the Here map imagery in QGIS.
– GBG
Dec 12 at 3:27
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f305777%2fadding-here-wego-satellite-imagery-to-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown