You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,28 @@
1
1
== Workshop of the World Visualization ==
2
2
3
-
The [location data](https://docs.google.com/a/ultrasaurus.com/spreadsheet/ccc?key=0AjPWVMj9wWa6dDJOVE5DVTRxbjc2Vy1PMVlQTlh4eFE#gid=0)
4
-
was gathered from [Bridge Troll](http://www.bridgetroll.org/) and other reports of activity from workshop leaders who use alternate registration systems. Contact Sarah Allen (@ultrasaurus) if you know of a city that is not representated.
3
+
The location data has been gathered from [Bridge Troll](http://www.bridgetroll.org/). Contact Sarah Allen (@ultrasaurus) if you know of a city that is not representated.
5
4
6
5
To run locally, here's a list of [HTTP server one-liners](https://gist.github.com/willurd/5720255)
7
6
8
-
## Wish List
7
+
### Running data in map locally with Bridge Troll
8
+
* start Bridge Troll locally using `rails server`
9
+
10
+
* Update BridgeTroll and workshop-map source code
11
+
* within BridgeTroll source code:
12
+
* update `allow_insecure?` to `true`
13
+
*`config/application.rb` add your local server
14
+
* Ex: I am using `python -m SimpleHTTPServer`, so I added 'localhost:8000'. Resulting in: `origins 'bridgefoundry.org', 'localhost:8000'`
15
+
* within this "workshop-map" repo
16
+
* update `workshop-map.js` to include`.defer(d3.json, "http://localhost:3000/events.json?type=past")`, instead of `defer(d3.json, "https://bridgetroll.orb/events.json?type=all")`
17
+
* you can set the `type` query param to "all", "past" or "future".
9
18
19
+
## Wish List
10
20
* The title should be part of the map, rather than on the index page, to make
11
21
it easier to embed.
12
22
* Link to this repo in small text in the lower-right
13
23
* Resize map based on width and height. Note that currently the map is artfully
14
24
cropped since we haven't had any workshops in the north and south poles, and
15
-
we should keep that feature while allowing for setting width/height to
25
+
we should keep that feature while allowing for setting width/height to
16
26
grow or shrink the map. This would enable it to fit nicely in a blog post
0 commit comments