From aac6959e5cbf44cf15ee11b4edb1d652fcdfb3a7 Mon Sep 17 00:00:00 2001 From: Nat Hillard Date: Fri, 18 Jun 2021 12:14:30 -0400 Subject: [PATCH] using live url --- client/src/components/map.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/map.tsx b/client/src/components/map.tsx index 6b197b38..4c924a8f 100644 --- a/client/src/components/map.tsx +++ b/client/src/components/map.tsx @@ -55,8 +55,8 @@ const MapWrapper = ({features}: IMapWrapperProps) => { const j40source = new VectorTileSource({ 'format': new MVT(), - 'url': 'http://localhost:8080/data/block2010/{z}/{x}/{y}.pbf', - // 'url': 'http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/nm/{z}/{x}/{y}.pbf', + // 'url': 'http://localhost:8080/data/block2010/{z}/{x}/{y}.pbf', + 'url': 'http://usds-geoplatform-justice40-website.s3-website-us-east-1.amazonaws.com/nm/{z}/{x}/{y}.pbf', }); const colors = d3.scaleSequential(d3.interpolateBlues)