Skip to content

Commit

Permalink
Fix #570 - Use project GitHub URL for remote KML loading demo (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau authored Nov 12, 2019
1 parent 86a9c6d commit b20deb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string name="attrib_format">Data from &lt;a href = "%s">data.gov.au&lt;/a>, modified under &lt;a href = \"https://creativecommons.org/licenses/by/3.0/au/\">CC BY 3.0 AU&lt;/a></string>
<string name="police_stations_url">https://data.gov.au/dataset/police-station-locations/resource/76110b24-0f0a-4c29-9583-3f99eaba486c</string>
<string name="medicare_url">https://data.gov.au/dataset/location-of-medicare-offices/resource/5d38e1be-4011-49c4-8b8b-75405eeb1088</string>
<string name="kml_url">https://googlemaps.github.io/kml-samples/morekml/Polygons/Polygons.Google_Campus.kml</string>
<string name="kml_url">https://raw.githubusercontent.com/googlemaps/android-maps-utils/70a77b066b8391da06a2d708792de8337bf5d3b6/demo/src/main/res/raw/campus.kml</string>
<string name="geojson_url">https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson</string>
<string-array name="heatmaps_datasets_array">
<item>@string/police_stations</item>
Expand Down

0 comments on commit b20deb7

Please sign in to comment.