- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to connect Simple WMS to Nearmaps AUS
UCS MGA/20-56
Error is:
Refresh failed for: Nearmap_Australia_GDAL_parameters.xml
Raster dataset is outside of model extent.
Logs: 2022-11-03T22:40:17Z [52428]: D:\IWDRprod\Git_Source\Desktop\Source\alx\DataTranslation\TranslationUtils.cpp(637): debug: Check the data import config: Nearmap_Australia_GDAL_parameters.xml , provider guid: ALX_RASTER_CFG
Followed the correct steps in nearmaps WMS Autodesk InfraWorks - WMS Integration - PRODUCT DOCUMENTATION - Knowledge Hub (nearmap.com)
Nearmaps support tells me the xml code and api is correct.
Anyone else had this issue:
code snippet from Nearmaps is below (with my correct api key):
<GDAL_WMS>
<Service name="WMS">
<Version>1.1.1</Version>
<ServerUrl>https://api.nearmap.com/wms/v1/latest/apikey/YOUR_API_KEY</ServerUrl>
<SRS>EPSG:4326</SRS>
<ImageFormat>image/jpeg</ImageFormat>
<Layers>Nearmap%2FNearmap%2FAustralia</Layers>
<Styles>DateOrEarlier</Styles>
</Service>
<DataWindow>
<UpperLeftX>108</UpperLeftX>
<UpperLeftY>-10</UpperLeftY>
<LowerRightX>155</LowerRightX>
<LowerRightY>-45</LowerRightY>
<SizeX>65400200</SizeX>
<SizeY>56282900</SizeY>
</DataWindow>
<UserPwd></UserPwd>
</GDAL_WMS>
Solved! Go to Solution.