mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
using live url
This commit is contained in:
parent
531be3a362
commit
aac6959e5c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue