diff options
-rw-r--r-- | mirrors.geojson | 13 | ||||
-rw-r--r-- | mirrors.umap | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/mirrors.geojson b/mirrors.geojson index d2cf798..b37de17 100644 --- a/mirrors.geojson +++ b/mirrors.geojson @@ -650,6 +650,19 @@ 49.1952 ] } + }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.telkomuniversity.ac.id/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 107.603188, + -6.925064 + ] + } } ] }
\ No newline at end of file diff --git a/mirrors.umap b/mirrors.umap index 2483417..2af0d14 100644 --- a/mirrors.umap +++ b/mirrors.umap @@ -690,6 +690,19 @@ 49.1952 ] } + }, + { + "type": "Feature", + "properties": { + "name": "https://mirror.telkomuniversity.ac.id/remi/" + }, + "geometry": { + "type": "Point", + "coordinates": [ + 107.603188, + -6.925064 + ] + } } ], "_umap_options": { |