1
0
Fork
You've already forked ceanothus
0
mapping/surveying tool
  • JavaScript 98%
  • HTML 1.7%
  • CSS 0.3%
2026年01月25日 17:28:07 -08:00
migrations multi-photo support 2024年04月14日 01:43:37 -07:00
public User sessions 2024年06月13日 10:37:13 -07:00
src allow avif and webp uploads 2025年07月15日 23:37:57 -07:00
.eslintrc.cjs reports are mapped as circles 2023年08月02日 18:47:50 -07:00
.gitignore ignore entire data dir 2023年10月28日 17:43:57 -07:00
index.html restructure dirs 2023年07月17日 01:24:46 -07:00
knexfile.js migration for new fields. 2023年10月24日 00:06:17 -07:00
LICENSE.agpl3.0.txt readme/license 2023年07月04日 13:53:18 -07:00
package-lock.json upgrade some deps 2026年01月25日 17:28:07 -08:00
package.json upgrade @headlessui/react 2025年06月05日 01:25:36 -07:00
postcss.config.js begin 2023年06月29日 22:15:21 -07:00
README.md readme: production run cmd 2023年10月26日 00:29:53 -07:00
tailwind.config.js begin 2023年06月29日 22:15:21 -07:00
vite.config.js switch to preact 2024年02月28日 22:35:36 -08:00

Ceanothus

Mapping/surveying tool (WIP)

Download a Protomaps dump that includes San Francisco (can use this link) and copy it to public/sf.pmtiles

mkdir public/uploads

Then npm install && npm run dev

Production: vite build && NODE_ENV=production node src/server/main.js

License

Ceanothus, a mapping tool. Copyright (C) 2023 Scott Feeney

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/