KmlDemoActivity remote URL is broken #570
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
While looking at #558, I found that the URL used to demonstrate loading a remote KML file as a layer is broken (returns an HTTP 404).
Resource is
kml_url
instrings.xml
, and here's the broken URL:https://googlemaps.github.io/kml-samples/morekml/Polygons/Polygons.Google_Campus.kml
@jpoehnelt Do you know where this might have moved?
I think it may be the same file as the bundled
campus.kml
in the demo appraw
directory, IIRC, if we can't find the original remote file.Environment details
The current master branch at 80d9497 (0.6.2)
Steps to reproduce
What I expect to see
Polygons should load from the remote KML file and be shown on the map
What I actually see
No polygons load on the map - I just seem a blank, zoomed out world map (see screenshot below)
Stacktrace
The text was updated successfully, but these errors were encountered: