Skip to content

Commit

Permalink
Fix broken .geojson url (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Jan 2, 2025
1 parent 525a313 commit ccd80c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class HeatmapLayerActivity : AppCompatActivity() {
// # --8<-- [start:constants]
companion object {
private const val EARTHQUAKE_SOURCE_URL =
"https://maplibre.org/maplibre-gl-js-docs/assets/earthquakes.geojson"
"https://maplibre.org/maplibre-gl-js/docs/assets/earthquakes.geojson"
private const val EARTHQUAKE_SOURCE_ID = "earthquakes"
private const val HEATMAP_LAYER_ID = "earthquakes-heat"
private const val HEATMAP_LAYER_SOURCE = "earthquakes"
Expand Down

0 comments on commit ccd80c5

Please sign in to comment.