1
0
Fork 0
satnogs-db/README-map.md

748 B

SatNOGS DB Map

The map used in SatNOGS DB is from Mapbox, which was libre, but is no longer.

MapLibre is a good libre replacement.

MapLibre

MapLibre links.

Port

To port from old Mapbox to new MapLibre.

s/Mapbox/MapLibre/
s/mapbox/maplibre/
s/MAPBOX/MAPLIBRE/
satnogs-db/db/static/js/map.js
  170:1  error  Expected indentation of 8 spaces but found 0  indent

Re-run

After changes:

# Copy over .env file that's working
npm install
./node_modules/.bin/gulp
workon satnogs-db  # if you aren't already in the environment
./bin/djangoctl.sh develop .

In another terminal:

cd satnogs-db
workon satnogs-db
./bin/djangoctl.sh initialize