From 0a0c46976761e7a1da0dc0ea9888ede263600e87 Mon Sep 17 00:00:00 2001 From: Nat Hillard Date: Fri, 18 Jun 2021 01:41:19 -0400 Subject: [PATCH] Adding remote 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 c7d1ee5e..ecb50e59 100644 --- a/client/src/components/map.tsx +++ b/client/src/components/map.tsx @@ -126,8 +126,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/tiles/{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)