mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:27:07 +00:00
Fix navdata URL
This commit is contained in:
@@ -873,7 +873,7 @@ export default {
|
|||||||
this.layersAvailable.navp = (options = {}) => {
|
this.layersAvailable.navp = (options = {}) => {
|
||||||
return new ScatterplotLayer({
|
return new ScatterplotLayer({
|
||||||
id: 'navp',
|
id: 'navp',
|
||||||
data: `/api/navdata?limit=10000&offset=300000`,
|
data: `/api/navdata?limit=10000`,
|
||||||
getPosition: (d) => ([d.longitude, d.latitude]),
|
getPosition: (d) => ([d.longitude, d.latitude]),
|
||||||
getRadius: d => (d.speed),
|
getRadius: d => (d.speed),
|
||||||
radiusScale: 1,
|
radiusScale: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user