9028fc646d
Fix compatibility issues with Firefox
2020-04-19 19:02:45 +02:00
892049ea15
scripts:streets: Reset IFS after changing it to parse the tables
2020-04-19 17:29:26 +02:00
3af49d258e
scripts:streets: Add support for multiple tables
2020-04-19 17:28:41 +02:00
b58a02bf4a
Fix x/y axis in goto command
2020-04-19 17:07:07 +02:00
8d5fc922d1
Fix goto function in editor mode
2020-04-19 17:00:01 +02:00
2e790adc90
Implement basic search
2020-04-19 12:56:02 +02:00
255e81ce9f
Improve location history
...
Before, script initiated moves would mess with the
history through hash updates partway through the move.
This commit fixes this behavior by checking for a
human source.
2020-04-19 10:45:26 +02:00
1a2f9908fa
editor: Prevent JS errors if no polyline has been drawn yet
2020-04-19 09:14:19 +02:00
354ca8d1d7
Center map on marker when clicking it
2020-04-19 09:12:37 +02:00
0859324a46
Add jump-to-coordinates feature and location history
2020-04-19 09:12:17 +02:00
657867309e
Improve center-on-block feature
...
6284c9d8b4
introduced a feature to
center coordinate data on blocks by shifting the actual waypoints.
The problem with that approach is that it actually changes the
coordinates returned by any subsequent query to that geojson entry,
leading to coordinates like [0.5, 0.5] instead of [0, 0].
This commit removes the old translation code and instead shifts the
entire map. This means waypoints are still correct, and only the
visuals are affected. The correctness of new coordinate mapping has
been verified in-game and using the origin marker.
2020-04-19 07:38:41 +02:00
c10f229f49
Remove debug print
2020-04-18 12:35:49 +02:00
6284c9d8b4
Center markers etc. on block
...
Before, markers were set to the bottom left corner of a block.
Now, it is nicely centered even on high zoom levels.
2020-04-18 12:35:36 +02:00
828e1edf28
Add streets Geojson
2020-04-17 22:00:50 +02:00
3d0e8ae95d
Fail Geojson load silently
2020-04-17 22:00:36 +02:00
de3a4fc757
Add street editor
...
Accessible by setting ?editor
2020-04-17 21:47:12 +02:00
2f36f266bf
Add missing JavaScript include for streets
2020-04-17 18:46:06 +02:00
11b8c7ede3
Add script to fetch streets from Wiki
2020-04-17 17:36:06 +02:00
e0970aacb9
backend: Add support for streets
2020-04-17 16:43:34 +02:00
7b65ef6ee4
Fix formatting
2020-04-17 16:20:22 +02:00
Gabriel Pérez-Cerezo
1e3c22c159
Fix wiki links, make red links red
2020-04-15 19:47:23 +02:00
ywang
2678fe5505
Fetch formatted wiki text instead of raw wiki markup
2020-04-15 19:23:52 +02:00
Gabriel Pérez-Cerezo
88feb87009
unify fetch scripts, add a lot more categories
2020-04-15 14:50:50 +02:00
Gabriel Pérez-Cerezo
fa39762e5e
Fixed typo
2020-04-15 13:20:28 +02:00
Gabriel Pérez-Cerezo
19435b1d99
Fancy icons, shops, stations
...
Added fancy actions (TODO: include script to install)
* added fetcher script for shops
* added fetcher script for stations
* fixed thumbnails
2020-04-15 01:08:31 +02:00
3d006119c0
Remove output file
2020-04-14 21:32:14 +02:00
65ea13dc37
Move webserver stuff into htdocs directory
2020-04-14 21:31:25 +02:00
e00a159ffa
Make loading of layers more dynamic
2020-04-14 21:27:22 +02:00
be1dc049d6
Initial commit
2020-04-14 18:10:19 +02:00