[object Object]

← back to La Socrata Ingester

Viewer: swap CARTO basemap -> OSM tiles (ToS/copyright) + OSM attribution

69f49ff7231e1779b74f77d5e8816483c4d59c79 · 2026-08-11 13:01:03 -0700 · steve

CARTO CDN basemap is not licensed for public non-customer use; OSM standard
tiles are attribution-only. Disclaimer/sources footer already present.

Files touched

Diff

commit 69f49ff7231e1779b74f77d5e8816483c4d59c79
Author: steve <steve@designerwallcoverings.com>
Date:   Tue Aug 11 13:01:03 2026 -0700

    Viewer: swap CARTO basemap -> OSM tiles (ToS/copyright) + OSM attribution
    
    CARTO CDN basemap is not licensed for public non-customer use; OSM standard
    tiles are attribution-only. Disclaimer/sources footer already present.
---
 viewer/public/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/viewer/public/index.html b/viewer/public/index.html
index dd61e26..fa414e8 100644
--- a/viewer/public/index.html
+++ b/viewer/public/index.html
@@ -319,8 +319,8 @@ let map=null, layer=null;
 function renderMap(){
   if(!map){
     map = L.map('map',{preferCanvas:true}).setView([34.02,-118.35],10);
-    L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png',{
-      attribution:'© OpenStreetMap © CARTO', maxZoom:19}).addTo(map);
+    L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{
+      attribution:'© OpenStreetMap contributors', maxZoom:19}).addTo(map);
   }
   if(layer) layer.remove();
   layer = L.layerGroup();

← 1efa08a viewer: mirror compliance footer onto table.html + board.htm  ·  back to La Socrata Ingester  ·  Compliance: pull board.html (monetization deck) off public s cf20498 →