The bmannconsulting.com website
1---
2---
3
4I made a map called "Boris Starred" using [[Facilmap]] and changed the read-only link to <https://facilmap.org/boris>.
5
6It has a Starred layer, and a [[FoodWiki]] layer.
7
8I'd need to break those into two different maps if I wanted to give different people collaborative access to it.
9
10The embedded map includes the location hash so it's centered around Vancouver.
11
12## Updates
13
14January 13th, 2024
15* I used [Google Takeout](https://takeout.google.com) to export all of my Saved Places
16* It's an almost 1MB GeoJSON file which is 20K lines long
17* There were ~200 or so which had a location / GMaps query string, but said "no location information available" and the coordinates set to 0,0; I manually went through and deleted all those entries
18* Importing into [[Facilmap]] timed out with the full file
19* I manually split it into ~3500 line files, and imported them all
20* It does import! I have all my Starred (and I assume Want To Go, and Closed, and a bunch of public and private lists, which aren't labeled in the export) on the map
21* But! They're all labeled as "Point", rather than including the name of the thing I have starred
22
23## Map
24
25<iframe style="height: 500px; width: 100%; border: none;" src="https://facilmap.org/boris#11/49.2658/-122.9741/Mpnk"></iframe>
26
27Default of this map is centered on the Vancouver area.
28## To Do
29
30- [x] Export Google Stars and Import ([Import](https://docs.facilmap.org/users/import/) GPX, KML or GeoJSON files.)
31- [ ] Explore transforming Google Maps GeoJSON to Facilmap compatible (with names, etc)