It took some thought to translate GPS data with distances in feet, into SVG's xy-origin-at-upper-left coordinates. To make sure that everything is as it should be, for now, real GPS coordinates correspond to actual xy coordinates on the map. e.g. "the golden spike" at 40.78660,-119.20660 in GPS is represented in the SVG graphic as <circle cx="-119.2066" cy="40.7866" r="0.0005" fill="gold"></circle>. Note how the coordinates are identical.
The problem with this is that it's necessary to zoom way, way in, because the distances involved are tiny. For example, the distance from "the golden spike" to one of the pentagon corners is 8,175 feet, but in "GPS units", it's only 0.0293. Just a single foot is 0.000003! The width and height of the whole thing is only 0.7 x 0.6 (in SVG's unit-less distances). Such tiny numbers makes dealing with fonts difficult. But it is pretty neat, to just be able to grab a coordinate and stick it in without modification, so I'll experiment before deciding to scale it up.

The really odd thing is that the coordinates match Google maps almost exactly. If you enter those coordinates into Google maps, the marker will land almost precisely on the pentagon corners of last year's satellite photo of Black Rock City. Strange.

Edit: When I calculate the distances to the Man from each of these official pentagon corners, I get these values for each, which are consistent with the visuals. They should all be equal, and they should all be more-or-less 8175. As you can see, they vary from a few hundred feet to over a thousand.
BM Official Pentagon Coordinates | |||
---|---|---|---|
GPS coordinates | Distance to Man | ||
Latitude | Longitude | GPS unit | feet |
[40.78306, | -119.23568] | 0.0293 | 8175 |
[40.80652, | -119.22006] | 0.0240 | 6709.0 |
[40.80247, | -119.18581] | 0.0262 | 7298.8 |
[40.77657, | -119.18026] | 0.0282 | 7865.3 |
[40.76448, | -119.21119] | 0.0226 | 6304.3 |
The mystery deepens, but so does my confidence that it's the data and not me!
By contrast, these are the GPS values I'm using, generated by calculating 5 points 72° apart on a 8175 foot radius from the golden spike coordinate. Interestingly, one of the points almost corresponds. The order's not the same, because I generated them widdershins from high noon.
My "fuck it!" coordinates | |||
---|---|---|---|
GPS coordinates | Distance to Man | ||
Latitude | Longitude | GPS unit | feet |
[40.8073, | -119.1859] | 0.0293 | 8175.0 |
[40.8127, | -119.2199] | 0.0293 | 8175.0 |
[40.7820, | -119.2355] | 0.0293 | 8175.0 |
[40.7577, | -119.2112] | 0.0293 | 8175.0 |
[40.7733, | -119.1805] | 0.0293 | 8175.0 |
Again, you can see the two pentagons here: http://rendall.tv/bm/v002/map.html