Commit Graph

1177 Commits

Author SHA1 Message Date
Dustin Carlino
e0d33e22f6 add the route preview to the parking tab too, and show start/end pos 2020-05-20 13:12:38 -07:00
Dustin Carlino
ba5d776bd0 draw a minimap with route preview below the trip table 2020-05-20 12:26:56 -07:00
Dustin Carlino
4c62f79052 optionally adjust size of unzoomed agents 2020-05-20 11:12:43 -07:00
Dustin Carlino
95efd40053 new osm with lots of parking fixes and a vital new turn restriction.
23rd now finishes!
2020-05-20 10:54:22 -07:00
Dustin Carlino
ddf6de5f59 stop dependending directly on serde_derive 2020-05-19 15:06:32 -07:00
Dustin Carlino
90bc73580d the 'has the coffee really kicked in yet' change: make the contraction hierarchy prevent illegal uber-turns. probably doesnt properly handle changing lane types inside a cluster yet. 2020-05-19 14:03:01 -07:00
Dustin Carlino
2120035d26 move intersection demand layer to info panel 2020-05-19 11:55:28 -07:00
Dustin Carlino
977d78775d filter for legal or illegal uber-turns 2020-05-18 18:18:46 -07:00
Dustin Carlino
e2e4ddab2f tool to visualize uber-turns 2020-05-18 17:44:46 -07:00
Dustin Carlino
ac459fd8e8 dismantle old Layers enum 2020-05-18 15:06:25 -07:00
Dustin Carlino
91872bcc6d convert the last of layers to the trait 2020-05-18 14:57:18 -07:00
Dustin Carlino
38d7d4d502 converting more. have to rethink event/update 2020-05-18 14:24:23 -07:00
Dustin Carlino
0fee333054 introduce the layer trait. convert a few of the easier ones 2020-05-18 13:36:28 -07:00
Dustin Carlino
cb07b6b9d3 ditch managed gui state for layer picking 2020-05-18 12:54:09 -07:00
Dustin Carlino
2ee3d7e247 working towards a layer trait. Inactive -> None 2020-05-18 12:46:39 -07:00
Dustin Carlino
41e80b48a1 fix a few buttons that dont immediately redetect mouseover after clicking, and fix a crash when trying to click out of autocomplete 2020-05-18 10:30:58 -07:00
Dustin Carlino
fa1273bd34 more dpi fixes:
- margin and padding
- Widget::draw_batch
- trip timeline
- custom buttons

and finally enable automatically setting DPI based on the monitor!!!
[rebuild]
2020-05-17 17:02:33 -07:00
Dustin Carlino
2f1b274276 for different DPIs, don't scale SVGs in map-space, only in screen-space. 2020-05-17 15:40:04 -07:00
Dustin Carlino
1a24fc7fab refactor osmosis polygon reader 2020-05-17 09:49:03 -07:00
Dustin Carlino
8733751357 shortcut in parking mapper 2020-05-16 18:11:15 -07:00
Dustin Carlino
6b5ee1c2e5 stop drawing turn signals for cars trying to change lanes. highly misleading. 2020-05-16 17:39:16 -07:00
Dustin Carlino
57b8843a18 dont pause after returning to sandbox mode. common complaint from people. 2020-05-16 17:37:54 -07:00
Dustin Carlino
06c6f5799f conveniently switch maps in devtools mode 2020-05-16 14:19:37 -07:00
Dustin Carlino
a362c73689 plumb trips per parcel tooand add more queries, make a kml chooser 2020-05-16 13:24:58 -07:00
Dustin Carlino
20f8548634 debug association between soundcast parcels and buildings 2020-05-16 12:36:10 -07:00
Dustin Carlino
2d69392e9c move the kml debugging to a separate mode 2020-05-16 11:58:55 -07:00
Dustin Carlino
1c3073d0e2 work on getting the udistrict to run better. add options to handle
outliers in the heatmap
2020-05-15 16:46:12 -07:00
Dustin Carlino
ca33695431 get rid of raw thruput_stats. in-game throughput plots are a little
different now, but everything's still usable, and this takes us down
from 342MB + 39MB to 74MB + 11MB for prebaked data! include lakeslice
prebaked results in releases now [rebuild]
2020-05-15 15:07:42 -07:00
Dustin Carlino
a0a7cb1c4e start cleaing up thruput stats. remove the ability to change window size 2020-05-15 14:25:10 -07:00
Dustin Carlino
7ff5e870d0 fix loading edits when other edits are loaded. include west seattle in
release. [rebuild]
2020-05-15 12:25:02 -07:00
Dustin Carlino
e337be20be reintroduce the bulk lane editor using the new selectors 2020-05-15 11:47:05 -07:00
Dustin Carlino
b0d02cf1ba dedicated button to delete a phase 2020-05-14 12:38:33 -07:00
Dustin Carlino
544fbce542 stop cloning suspended sim everywhere, its noticeably slow in large maps 2020-05-14 12:19:46 -07:00
Dustin Carlino
95a0f2f620 working on west seattle 2020-05-14 12:03:19 -07:00
Dustin Carlino
9f78766ee6 try brian's signals. making them the default to get used to them, but
not updating screenshot goldenfiles yet
2020-05-13 15:31:29 -07:00
Dustin Carlino
cd3100e561 refactor some polyline methods for dashed rendering 2020-05-13 14:35:59 -07:00
Dustin Carlino
dd99936fa0 also scrape amenities from buildings themselves. make an 'other'
category
2020-05-13 13:58:15 -07:00
Dustin Carlino
26d12e5d75 include breakdown by type of amenity 2020-05-12 13:15:25 -07:00
Dustin Carlino
3145326207 start a tool to understand popular destinations. remove dot map,
superceded by live population map
2020-05-12 12:54:35 -07:00
Dustin Carlino
d7df50ab37 make a one-command version of the importer. remove barranquilla and LA,
since they can just be handled by the oneshot tool, and arent being
actively used yet
2020-05-12 10:27:07 -07:00
Dustin Carlino
e61cf5f8c3 dont panic when generating osc 2020-05-12 10:00:49 -07:00
Dustin Carlino
4a7ea37ee9 add missing amenities; the shop tag was being ignored 2020-05-12 09:28:14 -07:00
Dustin Carlino
38af46c320 add a layer to try to classify building types 2020-05-11 19:08:15 -07:00
Dustin Carlino
b61a2227b4 expose parking mapper [rebuild] 2020-05-11 14:35:09 -07:00
Dustin Carlino
4816e5fe8f filling out the parking mapper 2020-05-11 12:18:19 -07:00
Dustin Carlino
d55ebb71ca starting a dedicated OSM mapping mode for parking in the main game, not map_editor 2020-05-11 10:45:36 -07:00
Dustin Carlino
c6f34de3d7 add udistrict map. lots of work before this will run reasonably 2020-05-10 22:01:52 -07:00
Dustin Carlino
dbf4b15959 start to figure out where to compress Analytics [rebuild] 2020-05-10 16:08:45 -07:00
Dustin Carlino
5ae94168f6 fix mt baker a little, at least get the north half of i90 included. lots
of jams along rainier.
2020-05-10 15:49:24 -07:00
Dustin Carlino
d6963667ea make MIN_ZOOM_FOR_DETAIL configurable. different value is really nice when thwarting gridlock 2020-05-10 11:10:12 -07:00