Dustin Carlino
6aa71539a5
Start mocking out a UI to sketch bus routes, showing people and places
...
nearby. Shove it in the 15m tool momentarily.
Also make the thresholds/colors for isochrones more configurable.
2022-03-30 15:56:37 +01:00
Dustin Carlino
f00d9ff24c
new release
2022-03-28 14:47:59 +01:00
Dustin Carlino
d6dc4332b0
Make the LTN impact UI easier to see. Draw less stuff, only focus on roads with changes [rebuild] [release]
2022-03-28 11:13:17 +01:00
Dustin Carlino
2e4e11f6b0
Flesh out the UI for showing specific changed paths
2022-03-25 16:20:40 +00:00
James Nebeker
891ea04e90
Issue 173 ( #885 )
...
* implemented logic to invert a polyline based on the quadrant of the polyline's angle
* Fixes for PR #885 on Issue #173 .
* Reverted changes to render_curvey
Because of borrow checker limitations, I reverted the changes to the way
we call render_curvey. It is now called twice, depending on whether the
road is curved or straight. I also enclosed the implementation in an
ALWAYS-FALSE if else statement in order to deactivate it until some
remaining issues with text label rendering are resolved.
* Fix formatting
Co-authored-by: jamesneb <jnebeker@truckitapp.com>
Co-authored-by: Dustin Carlino <dabreegster@gmail.com>
2022-03-25 06:23:06 -07:00
Dustin Carlino
1126972fdd
For roads we predict to get more/less traffic from LTN interventions,
...
click them and explore specific routes.
UI needs plenty of work.
And the results show plenty of spurious changes not explained by new
filters.
2022-03-25 12:07:23 +00:00
Dustin Carlino
eff3d83231
new release
2022-03-23 13:39:54 +00:00
Dustin Carlino
696f010301
Restrict the LTN route planner to 2 waypoints. Too easy to accidentally click and add a third, and the route overlapping itself is a total mess.
2022-03-23 09:49:08 +00:00
Dustin Carlino
6139314584
Import Glenrothes (lumped into GB for now; using the longer ISO country codes would break stuff)
2022-03-22 18:07:49 +00:00
Dustin Carlino
f3381d3807
Import Oxford and Keelung. The former has LTN blockfinding issues, and
...
the latter doesn't detect the ocean -- will iterate on both issues
later.
2022-03-22 14:30:18 +00:00
Dustin Carlino
36fb1038de
new release
2022-03-20 17:38:58 +00:00
Dustin Carlino
c20f51ea34
De-emphasize buildings in LTN mode
2022-03-18 16:13:05 +00:00
Dustin Carlino
f7601287a4
Add the window icon to other apps
2022-03-13 16:13:36 +00:00
Dustin Carlino
db5b4e69c2
new release
2022-03-13 15:41:58 +00:00
Dustin Carlino
a266d91632
Import a large slice of central London, minus buildings, for an LTN demo.
2022-03-12 22:21:48 +00:00
Dustin Carlino
5ca239c861
Quickly reimport the current map. #877
2022-03-11 16:59:35 +00:00
Dustin Carlino
606a59cec5
Import Pune
2022-03-10 08:29:40 +00:00
Dustin Carlino
5b2d5c82ff
Line up the LTN left and top panels exactly, and make the background
...
solid
2022-03-08 09:33:49 +00:00
Dustin Carlino
477783e430
Simplify the combinatorial explosion of Panel sizing APIs
2022-03-08 09:33:49 +00:00
Dustin Carlino
14a462c9ca
new release
2022-03-06 18:56:50 +00:00
Dustin Carlino
9c9e10cc0f
Support the scale-factor override flag in more apps.
...
All the start up config is confusing and different per app...
2022-03-05 19:26:08 +00:00
Dustin Carlino
8880f41692
Center the camera in the LTN tool and others. And simplify the logic for
...
the game; it was based on the old bouncey splash screen concept.
2022-03-05 19:01:05 +00:00
Dustin Carlino
d16d1fdedb
Draw most road labels in the LTN tool with inverted colors. Still hard to read, but less hard?
2022-03-05 18:26:02 +00:00
Dustin Carlino
4ea201575d
Import Nottingham
2022-03-05 17:33:58 +00:00
Dustin Carlino
2db8818a08
Start a variation of the current color scheme specialized for the LTN tool. Stop drawing access-restricted roads in a special way; it's a distraction in this app.
2022-03-04 19:23:41 +00:00
Dustin Carlino
7e403ca65c
new release
2022-02-27 10:19:18 +00:00
Dustin Carlino
9c0aedb575
When we can help it, don't shift road polylines twice. #860
2022-02-23 18:46:42 +00:00
Dustin Carlino
7bb6132726
Open OSM from map_editor
...
(Move open_browser to widgetry)
2022-02-23 14:43:58 +00:00
Dustin Carlino
1ebc178225
Upgrade rfd
2022-02-22 17:35:58 +00:00
Dustin Carlino
d141a2a810
Upgrade all geo dependencies! No behavioral difference
2022-02-22 16:45:49 +00:00
Dustin Carlino
e17c875954
Import Derby (and cheat to squeeze it into the 0.3.12 release that just happened)
2022-02-20 22:04:54 +00:00
Dustin Carlino
bfe2709243
new release
2022-02-20 18:55:28 +00:00
Dustin Carlino
14bea3a4be
Split out a raw_map crate from map_model. RawMap is the thing we turn
...
OSM and other raw input into and store, before later converting to a
Map.
Why?
- build-time performance: while iterating on geometry problems, map_editor in release mode took 33s to build before, 11s now that the crate is split
- better layering: operations on a RawMap are becoming increasingly distinct from later transformations on the bigger map model
- this helps tease apart the dependencies of the intersection polygon algorithm for #846
- this will make it simpler to cutover to osm2lanes for https://github.com/a-b-street/osm2lanes/issues/71
There's further reorganization in raw_map and map_model that'll follow,
but the main work is done here.
2022-02-19 17:39:28 +00:00
Dustin Carlino
f14554f6b7
Lift URLManager from map_gui to widgetry
2022-02-19 15:14:53 +00:00
Dustin Carlino
aa48def2ba
Lift FileLoader and friends from map_gui to widgetry
...
(Very tricky dependency shuffling...)
2022-02-19 15:07:07 +00:00
Dustin Carlino
3b21bf6e87
Lift PopupMsg to widgetry
2022-02-19 14:38:26 +00:00
Dustin Carlino
54634e564a
Import São Miguel Paulista
2022-02-18 16:19:09 +00:00
Dustin Carlino
6a5366292f
Make editing maps with transit stops a little more resilient. #372
...
Transit stop IDs previously were tied to LaneIDs, but those can easily
change with edits to the number of lanes on a road. We still may need to
re-snap transit stops (if the driving position or sidewalk changes), but
this prevents one more common type of problem.
This requires regenerating everything, since it's a binary schema
change...
2022-02-17 20:18:24 +00:00
Dustin Carlino
c750493f38
Avoid crashes with PolyLine shifting. #860
2022-02-17 14:19:38 +00:00
Dustin Carlino
49f3ad6a8d
Remove some old London study areas, now that most boroughs are imported instead. #794 , #577
2022-02-17 10:10:41 +00:00
Dustin Carlino
611ab9fce1
new release
2022-02-13 17:00:34 +00:00
Dustin Carlino
d5f7756d5f
Import another part of Melbourne
2022-02-09 16:39:05 +00:00
Dustin Carlino
7fdfdd5e10
Import Melbourne
2022-02-08 09:45:03 +00:00
Dustin Carlino
1c93af8850
new release
2022-02-06 17:41:19 +00:00
Dustin Carlino
ba84d564b8
Simplify the .zip release directory structure, getting rid of a nested directory that was originally meant to encourage people to use the script that captures logs. [rebuild]
...
This fixes a bug where switching from one of the other apps (LTN, 15m,
Santa) to the simulation crashes, because find_exe doesn't look in the
special subdirectory for game.
2022-02-04 09:49:47 +00:00
Dustin Carlino
487e1ba870
Move traffic counting code into synthpop. In the short-term, I want to quickly check a generated demand model against sensor data. Eventually some kind of calibration may live in this crate. Regardless, counts aren't just a UI concept.
2022-02-02 14:24:02 +00:00
Dustin Carlino
c5d022d7be
Prevent traffic count tool from crashing when one dataset is mostly not filled out
2022-02-01 10:52:57 +00:00
Dustin Carlino
942c3ecdaf
Make SimpleApps all manage their own CLI parsing, so they can add their own overrides.
2022-01-31 13:30:55 +00:00
Dustin Carlino
eda9ff20bd
new release
2022-01-30 19:30:52 +00:00
Dustin Carlino
0058f99da2
Mechanical rename of TripEndpoint::Bldg to ::Building, mostly to kick off a [rebuild] [release]
2022-01-30 18:27:36 +00:00