diff --git a/README.md b/README.md index aee25de..2cccdf7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Get Friends. Explore Trust. # SNAPSHOT DEMO -https://ipfs.copylaradio.com/ipfs/QmQdB6ChBs7N1StVo3ikytMRBW4zCHL4pxEFP9Tq8kfjAV/ +https://ipfs.copylaradio.com/ipfs/QmRG3ZAiXWvKBccPFbv4eUTZFPMsfXG25PiZQD6N8M8MMM/ Install Astroport.ONE at your location https://github.com/papiche/Astroport.ONE diff --git a/earth/Umap.html b/earth/Umap.html index 2c08e37..e68b38c 100644 --- a/earth/Umap.html +++ b/earth/Umap.html @@ -86,21 +86,6 @@ zoomControl: false // Disable the default zoom control }).setView([centerLat, centerLon], zoomLevel); - // Use the Mapbox Satellite tile layer - //~ L.tileLayer('https://api.mapbox.com/styles/v1/mapbox/satellite-v9/tiles/{z}/{x}/{y}?access_token=YOUR_MAPBOX_ACCESS_TOKEN', { - //~ attribution: '© Mapbox', - //~ tileSize: 512, - //~ zoomOffset: -1, - //~ accessToken: 'YOUR_MAPBOX_ACCESS_TOKEN' - //~ }).addTo(map); - - //~ // Use the OpenAerialMap (OAM) tile layer for satellite view - //~ L.tileLayer('https://tiles.openaerialmap.org/5d6d1e370f437a00106e06ef/0/{z}/{x}/{y}.jpg', { - //~ attribution: '© OpenAerialMap', - //~ maxZoom: 18 - //~ }).addTo(map); - - const tileLayer = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: `U Planet | Astroport | ${southWestLat} : ${southWestLon}` }).addTo(map); diff --git a/earth/Usat.html b/earth/Usat.html new file mode 100644 index 0000000..1a0ac16 --- /dev/null +++ b/earth/Usat.html @@ -0,0 +1,95 @@ + + + + UPlanet Sat + + + + +
+
+ + + + + diff --git a/earth/map_render.html b/earth/map_render.html index 43b6f28..7998768 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -2,7 +2,7 @@ - + Occupy UPlanet ! Please. Zoom In. + + + +
+
+
+
+
+ + + + + + diff --git a/earth/welcome.html b/earth/welcome.html index 2f2a1b9..9b197f3 100644 --- a/earth/welcome.html +++ b/earth/welcome.html @@ -3,6 +3,7 @@ U Planet. Welcome in U World + @@ -35,8 +36,10 @@ const initialZoom = 1; // Choose an initial zoom level const map = L.map('map').setView([0, 0], initialZoom); // Add OpenStreetMap tile layer -L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: 'U Planet' +//L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { +L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', { + + attribution: 'Astroport | U Planet' }).addTo(map); // Create a clickable area for each grid cell