Skip to content

Commit ccd80c5

Browse files
authored
Fix broken .geojson url (#3111)
1 parent 525a313 commit ccd80c5

File tree

1 file changed

+1
-1
lines changed
  • platform/android/MapLibreAndroidTestApp/src/main/java/org/maplibre/android/testapp/activity/style

1 file changed

+1
-1
lines changed

platform/android/MapLibreAndroidTestApp/src/main/java/org/maplibre/android/testapp/activity/style/HeatmapLayerActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class HeatmapLayerActivity : AppCompatActivity() {
192192
// # --8<-- [start:constants]
193193
companion object {
194194
private const val EARTHQUAKE_SOURCE_URL =
195-
"https://maplibre.org/maplibre-gl-js-docs/assets/earthquakes.geojson"
195+
"https://maplibre.org/maplibre-gl-js/docs/assets/earthquakes.geojson"
196196
private const val EARTHQUAKE_SOURCE_ID = "earthquakes"
197197
private const val HEATMAP_LAYER_ID = "earthquakes-heat"
198198
private const val HEATMAP_LAYER_SOURCE = "earthquakes"

0 commit comments

Comments
 (0)