Adding Here WeGo Satellite imagery to QGIS?
up vote
2
down vote
favorite
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 |
up vote
2
down vote
favorite
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 |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
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 3 hours ago
PolyGeo♦
53k1779237
53k1779237
asked 5 hours ago
GBG
2,612418
2,612418
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
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
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
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
4 hours ago
add a comment |
up vote
3
down vote
accepted
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
4 hours ago
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
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 4 hours ago
Jay Cummins
10.2k54399
10.2k54399
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
4 hours ago
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
4 hours ago
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
4 hours ago
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
4 hours ago
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