mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Adding remote url
This commit is contained in:
parent
ac3d43326f
commit
0a0c469767
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ const MapWrapper = ({features}: IMapWrapperProps) => {
|
||||||
|
|
||||||
const j40source = new VectorTileSource({
|
const j40source = new VectorTileSource({
|
||||||
'format': new MVT(),
|
'format': new MVT(),
|
||||||
'url': 'http://localhost:8080/data/block2010/{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/tiles/{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)
|
const colors = d3.scaleSequential(d3.interpolateBlues)
|
||||||
|
|
Loading…
Add table
Reference in a new issue