Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Purpose of change
Rural/dirt road should use linear ids (which will also allow them to be used for custom connections if I ever get around to making #67736 work)
Rural road and dirt road are very similar other than one using gravel
Rural road forest and dirt road forest are identical to their counterparts other than predecessor but currently redefine the same maps
Less JSON to maintain good
Describe the solution
Uses a special scoped parameter to choose between gravel and soil road
Rural road maps have been removed in favour of the more widely used dirt_road ones
dirt_road and dirt_road_forest ids have been migrated to rural_road and rural_road_forest respectively
rural_road ids have been migrated to linear ids
The maps are all in their own new file because they make up a large amount of farm_lots.json and aren't specific to farms
Describe alternatives you've considered
Some drives and other connections probably want to use nests with the palette to fit nicely with the new parameter but this is already pretty big
Testing
Additional context