Commit Graph

69 Commits

Author SHA1 Message Date
Markus Koch 916914d4e9 Update gitignore to exclude .json files in scripts/ 2020-04-26 17:29:46 +02:00
Markus Koch a1c50a3cfb Move Maps:-based scripts to separate directory 2020-04-26 17:28:37 +02:00
Markus Koch 98cd0c8fe9 Properly quote in fetch scripts 2020-04-26 17:22:44 +02:00
Markus Koch 2f02ca1d2a Trigger update_street_width functionality only on streets 2020-04-26 17:02:14 +02:00
Markus Koch 1ddb724140 Give cities, towns, and villages different font sizes 2020-04-26 17:01:26 +02:00
Markus Koch 1292c1a573 Change title and footer 2020-04-25 18:19:39 +02:00
Markus Koch f7000d1c5c Correct instructions 2020-04-25 18:16:16 +02:00
Markus Koch 4aa26434f8 Fix restart through clearing the coordinate list 2020-04-25 18:14:28 +02:00
Markus Koch 777905e7f1 Press escape in the editor to stop drawing 2020-04-25 18:08:23 +02:00
Markus Koch 035eb5a992 Add editor styling
This function is only partially working atm. It only applies
the style when resuming an existing dataset. When starting
from scratch, the default style will be used.
2020-04-25 18:08:02 +02:00
Markus Koch 5b5ce97a1a Fix search behavior
Before, it was always searching for the current term without
the last entered (or with the last deleted) character. This
behavior is fixed now. Also, an empty query will now match
(hopefully) nothing instead of everything.
2020-04-25 17:34:33 +02:00
Markus Koch d229044ebf Fix coordinate order on popover, clean up resolve_latlng 2020-04-25 17:21:38 +02:00
Markus Koch 6a779db77b Add city outline fetcher script 2020-04-25 17:08:19 +02:00
Markus Koch f17bf1ebb0 Remove necessity for php tile resolution script
The conversion script now generates a proper directory
structure with z/y/x coords in the path.
2020-04-25 16:43:55 +02:00
Markus Koch 105dc4d3da Add tile ID conversion php file 2020-04-25 15:56:50 +02:00
Markus Koch a4c7833d87 Clean up 2020-04-25 13:33:34 +02:00
Markus Koch 6ceae7d7c2 Add polygons (city outlines) to search results 2020-04-25 13:33:13 +02:00
Markus Koch 771704bf15 Add basic support for city outlines
Use with load_geojson(
	"Cities (outline, demo)",
	"./geojson/cities_demo.json",
	"outline",
	"black",
	1,
	style_outlines);
2020-04-25 13:08:14 +02:00
Markus Koch 3cb3078820 Add editor mode for polygons 2020-04-20 18:51:10 +02:00
Markus Koch ae47583e2d Fix searh for terms and results including HTML chars 2020-04-20 18:40:22 +02:00
Markus Koch cfeafc11d9 Update street width depending on zoom level 2020-04-20 18:39:48 +02:00
Markus Koch 26972c366e Render labels for polygons 2020-04-20 18:01:32 +02:00
Markus Koch 4c5f7f9a85 Do not show label on path for polygons 2020-04-20 18:01:14 +02:00
Markus Koch b9986f0b42 Scale street labels depending on zoom level 2020-04-20 17:57:49 +02:00
Markus Koch be16cf2f6e Automatically disable anti-aliasing on high zoom levels 2020-04-20 00:02:28 +02:00
Markus Koch b2958f15d7 Remove debug code 2020-04-19 23:29:16 +02:00
Markus Koch 9bac7e4678 Highlight search result streets in red 2020-04-19 23:28:54 +02:00
Markus Koch bfaacd813b Add street names to search 2020-04-19 23:09:26 +02:00
Markus Koch 9c703b50aa Import L.LabelTextCollision.js and ctxtextpath.js into repo 2020-04-19 22:47:35 +02:00
Markus Koch 94c05d5358 editor: Center on object after loading new coords 2020-04-19 22:26:35 +02:00
Markus Koch ba466fe474 leaflet-streets: Improve orientation detection for street names 2020-04-19 22:00:35 +02:00
Markus Koch be65b093a1 Include Leaflet.streetlabels.js in repository 2020-04-19 21:58:35 +02:00
Markus Koch 6a86056a87 Fix x/y axis in get_current_location_str 2020-04-19 21:04:24 +02:00
Markus Koch ab2e50f851 editor: Add reverse backwards drawing mode and improve the reset handler 2020-04-19 20:54:57 +02:00
Markus Koch 8ca10033f9 editor: Make polyline clearable 2020-04-19 20:42:45 +02:00
Markus Koch a598403c5f Fix typo 2020-04-19 20:36:58 +02:00
Markus Koch 90161e098a editor: Add function to reset path 2020-04-19 20:36:47 +02:00
Markus Koch 4c7590a212 Only display search results 2020-04-19 20:21:13 +02:00
Markus Koch e1baa251fb Fix Firefox compatibility once more 2020-04-19 20:12:57 +02:00
Markus Koch d1e0c3fffa Fix x/y swap in jump_to function 2020-04-19 20:12:39 +02:00
Markus Koch 9028fc646d Fix compatibility issues with Firefox 2020-04-19 19:02:45 +02:00
Markus Koch 892049ea15 scripts:streets: Reset IFS after changing it to parse the tables 2020-04-19 17:29:26 +02:00
Markus Koch 3af49d258e scripts:streets: Add support for multiple tables 2020-04-19 17:28:41 +02:00
Markus Koch b58a02bf4a Fix x/y axis in goto command 2020-04-19 17:07:07 +02:00
Markus Koch 8d5fc922d1 Fix goto function in editor mode 2020-04-19 17:00:01 +02:00
Markus Koch 2e790adc90 Implement basic search 2020-04-19 12:56:02 +02:00
Markus Koch 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
Markus Koch 1a2f9908fa editor: Prevent JS errors if no polyline has been drawn yet 2020-04-19 09:14:19 +02:00
Markus Koch 354ca8d1d7 Center map on marker when clicking it 2020-04-19 09:12:37 +02:00
Markus Koch 0859324a46 Add jump-to-coordinates feature and location history 2020-04-19 09:12:17 +02:00