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