OpenStreetMap logo OpenStreetMap

Changeset When Comment
87892627 over 5 years ago

I can't comment on the size of the data. Maybe of every road had all the 2-ways data filled in it would break the map. Maybe the field is always there, and the value is null until it's filled in. I have no idea how the database is structured. I just figure more complete data is better, and i suspect the admins "budget" for it. Sometimes I delete redundant points on straight lines for the same reason though.
---

Published using OSMCha: https://osmcha.org/changesets/87892627

87892627 over 5 years ago

It is implied. So is 2 lanes and asphalt. Verified is better than implied though.
---

Published using OSMCha: https://osmcha.org/changesets/87892627

86430460 over 5 years ago

I record speed limit signs as I pass them while I'm out driving or motorcycling. I use OSMTracker with a custom button layout that makes recording speed limits and road surfaces very easy and quick. I also use LineageOS which makes switching between OSMAnd and OSMTracker very quick. I took a screenshot, but I don't see a way to post it. Sorry.

81186543 almost 6 years ago

#my OSMTracker config file (landscape)(for anyone interested)
<layouts>

<layout name="root">
<row>
<button type="tag" label="dirt" icon="dirt.png" />
<button type="tag" label="camera" icon="camera.png" />
<button type="tag" label="previous" icon="previous.png" />
<button type="tag" label="asphalt" icon="asphalt.png" />
</row>
<row>
<button type="tag" label="25 mph" icon="restriction.png" />
<button type="tag" label="30 mph" icon="restriction.png" />
<button type="tag" label="35 mph" icon="restriction.png" />
<button type="tag" label="40 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="45 mph" icon="restriction.png" />
<button type="tag" label="50 mph" icon="restriction.png" />
<button type="tag" label="55 mph" icon="restriction.png" />
<button type="tag" label="65 mph" icon="restriction.png" />
</row>
<row>
<button type="page" label="left" targetlayout="left" icon="left.png" />
<button type="page" label="more" targetlayout="more" icon="more.png" />
<button type="page" label="right" targetlayout="right" icon="right.png" />
</row>
</layout>

<layout name="more">
<row>
<button type="tag" label="5 mph" icon="restriction.png" />
<button type="tag" label="10 mph" icon="restriction.png" />
<button type="tag" label="15 mph" icon="restriction.png" />
<button type="tag" label="20 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="60 mph" icon="restriction.png" />
<button type="tag" label="70 mph" icon="restriction.png" />
<button type="tag" label="75 mph" icon="restriction.png" />
<button type="tag" label="speed bump" icon="speed_bump.png" />
</row>
<row>
<button type="tag" label="fuel" icon="fuel.png" />
<button type="tag" label="toll" icon="toll.png" />
<button type="tag" label="bollard" icon="bollard.png" />
<button type="tag" label="gate" icon="gate.png" />
</row>
<row>
<button type="tag" label="parking" icon="parking.png" />
<button type="tag" label="track" icon="track.png" />
<button type="tag" label="path" icon="path.png" />
<button type="textnote" icon="text_32x32.png" />
</row>
</layout>

<layout name="left">
<row>
<button type="tag" label="left dirt" icon="dirt.png" />
<button type="tag" label="left fuel" icon="fuel.png" />
<button type="tag" label="left farmstand" />
<button type="tag" label="left asphalt" icon="asphalt.png" />
</row>
<row>
<button type="tag" label="left 20 mph" icon="restriction.png" />
<button type="tag" label="left 25 mph" icon="restriction.png" />
<button type="tag" label="left 30 mph" icon="restriction.png" />
<button type="tag" label="left 35 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="left 40 mph" icon="restriction.png" />
<button type="tag" label="left 45 mph" icon="restriction.png" />
<button type="tag" label="left path" icon="path.png" />
<button type="tag" label="left private" icon="private.png" />
</row>
<row>
<button type="page" label="more" targetlayout="left more" icon="left.png" />
<button type="tag" label="left gate" icon="gate.png" />
<button type="tag" label="left camping" icon="camping.png" />
<button type="tag" label="left poi" icon="poi.png" />
</row>
</layout>

<layout name="left more">
<row>
<button type="tag" label="left 5 mph" icon="restriction.png" />
<button type="tag" label="left 10 mph" icon="restriction.png" />
<button type="tag" label="left 15 mph" icon="restriction.png" />
<button type="tag" label="left cafe" icon="cafe.png" />
</row>
<row>
<button type="tag" label="left spring" />
<button type="tag" label="left eggs" />
<button type="tag" label="left motorcycle" />
<button type="textnote" icon="text_32x32.png" />
</row>
<row>
<button type="tag" label="left: there be dragons" />
</row>
</layout>

<layout name="right">
<row>
<button type="tag" label="right dirt" icon="dirt.png" />
<button type="tag" label="right fuel" icon="fuel.png" />
<button type="tag" label="right farmstand" />
<button type="tag" label="right asphalt" icon="asphalt.png" />
</row>
<row>
<button type="tag" label="right 20 mph" icon="restriction.png" />
<button type="tag" label="right 25 mph" icon="restriction.png" />
<button type="tag" label="right 30 mph" icon="restriction.png" />
<button type="tag" label="right 35 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="right 40 mph" icon="restriction.png" />
<button type="tag" label="right 45 mph" icon="restriction.png" />
<button type="tag" label="right path" icon="path.png" />
<button type="tag" label="right private" icon="private.png" />
</row>
<row>
<button type="tag" label="right gate" icon="gate.png" />
<button type="tag" label="right camping" icon="camping.png" />
<button type="tag" label="right poi" icon="poi.png" />
<button type="page" label="more" targetlayout="right more" icon="right.png" />
</row>
</layout>

<layout name="right more">
<row>
<button type="tag" label="right 5 mph" icon="restriction.png" />
<button type="tag" label="right 10 mph" icon="restriction.png" />
<button type="tag" label="right 15 mph" icon="restriction.png" />
<button type="tag" label="right cafe" icon="cafe.png" />
</row>
<row>
<button type="tag" label="right spring" />
<button type="tag" label="right eggs" />
<button type="tag" label="right motorcycle" />
<button type="textnote" icon="text_32x32.png" />
</row>
<row>
<button type="tag" label="right: there be dragons" />
</row>
</layout>

</layouts>

81186543 almost 6 years ago

#my OSMTracker config file (portrait)(for anyone interested)
<layouts>

<layout name="root">
<row>
<button type="tag" label="dirt" icon="dirt.png" />
<button type="tag" label="previous" icon="previous.png" />
<button type="tag" label="asphalt" icon="asphalt.png" />
</row>
<row>
<button type="tag" label="25 mph" icon="restriction.png" />
<button type="tag" label="30 mph" icon="restriction.png" />
<button type="tag" label="35 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="40 mph" icon="restriction.png" />
<button type="tag" label="45 mph" icon="restriction.png" />
<button type="tag" label="50 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="55 mph" icon="restriction.png" />
<button type="tag" label="65 mph" icon="restriction.png" />
<button type="tag" label="camera" icon="camera.png" />
</row>
<row>
<button type="page" label="left" targetlayout="left" icon="left.png" />
<button type="page" label="more" targetlayout="more" icon="more.png" />
<button type="page" label="right" targetlayout="right" icon="right.png" />
</row>
</layout>

<layout name="more">
<row>
<button type="tag" label="5 mph" icon="restriction.png" />
<button type="tag" label="10 mph" icon="restriction.png" />
<button type="tag" label="15 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="20 mph" icon="restriction.png" />
<button type="tag" label="60 mph" icon="restriction.png" />
<button type="tag" label="70 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="75 mph" icon="restriction.png" />
<button type="tag" label="speed bump" icon="speed_bump.png" />
<button type="tag" label="fuel" icon="fuel.png" />
</row>
<row>
<button type="tag" label="toll" icon="toll.png" />
<button type="tag" label="bollard" icon="bollard.png" />
<button type="tag" label="gate" icon="gate.png" />
</row>
<row>
<button type="tag" label="track" icon="track.png" />
<button type="textnote" icon="text_32x32.png" />
<button type="tag" label="path" icon="path.png" />
</row>
</layout>

<layout name="left">
<row>
<button type="tag" label="left dirt" icon="dirt.png" />
<button type="tag" label="left fuel" icon="fuel.png" />
<button type="tag" label="left asphalt" icon="asphalt.png" />
</row>
<row>
<button type="tag" label="left 20 mph" icon="restriction.png" />
<button type="tag" label="left 25 mph" icon="restriction.png" />
<button type="tag" label="left 30 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="left 35 mph" icon="restriction.png" />
<button type="tag" label="left 40 mph" icon="restriction.png" />
<button type="tag" label="left 45 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="left farmstand" icon="farmstand.png" />
<button type="tag" label="left path" icon="path.png" />
<button type="tag" label="left camping" icon="camping.png" />
</row>
<row>
<button type="page" label="more" targetlayout="left more" icon="left.png" />
<button type="tag" label="left gate" icon="gate.png" />
<button type="tag" label="left cafe" icon="cafe.png" />
</row>
</layout>

<layout name="left more">
<row>
<button type="tag" label="left 5 mph" icon="restriction.png" />
<button type="tag" label="left 10 mph" icon="restriction.png" />
<button type="tag" label="left 15 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="left poi" icon="poi.png" />
<button type="tag" label="left spring" icon="spring.png" />
<button type="tag" label="left eggs" icon="eggs.png" />
</row>
<row>
<button type="tag" label="left motorcycle" icon="motorcycle.png" />
<button type="tag" label="left private" icon="private.png" />
<button type="textnote" icon="text_32x32.png" />
</row>
<row>
<button type="tag" label="left: there be dragons" />
</row>
</layout>

<layout name="right">
<row>
<button type="tag" label="right dirt" icon="dirt.png" />
<button type="tag" label="right fuel" icon="fuel.png" />
<button type="tag" label="right asphalt" icon="asphalt.png" />
</row>
<row>
<button type="tag" label="right 20 mph" icon="restriction.png" />
<button type="tag" label="right 25 mph" icon="restriction.png" />
<button type="tag" label="right 30 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="right 35 mph" icon="restriction.png" />
<button type="tag" label="right 40 mph" icon="restriction.png" />
<button type="tag" label="right 45 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="right farmstand" icon="farmstand.png" />
<button type="tag" label="right path" icon="path.png" />
<button type="tag" label="right camping" icon="camping.png" />
</row>
<row>
<button type="tag" label="right gate" icon="gate.png" />
<button type="tag" label="right cafe" icon="cafe.png" />
<button type="page" label="more" targetlayout="right more" icon="right.png" />
</row>
</layout>

<layout name="right more">
<row>
<button type="tag" label="right 5 mph" icon="restriction.png" />
<button type="tag" label="right 10 mph" icon="restriction.png" />
<button type="tag" label="right 15 mph" icon="restriction.png" />
</row>
<row>
<button type="tag" label="right poi" icon="poi.png" />
<button type="tag" label="right spring" icon="spring.png" />
<button type="tag" label="right eggs" icon="eggs.png" />
</row>
<row>
<button type="tag" label="right motorcycle" icon="motorcycle.png" />
<button type="tag" label="right private" icon="private.png" />
<button type="textnote" icon="text_32x32.png" />
</row>
<row>
<button type="tag" label="right: there be dragons" />
</row>
</layout>

</layouts>

81186543 almost 6 years ago

freebeer, you're just a troublemaker. We should hang out.

81186543 almost 6 years ago

No worries at all. I know the feeling. I'd like to tell people not to use "paved" when the surface is "asphalt" but I don't know how to tell who did what tag.

81186543 almost 6 years ago

Thanks for catching the mistake, btw. I do my best to be accurate, but sadly perfection continues to elude me.

81186543 almost 6 years ago

OK. Thank you.
OSMTracker can be found in f-droid, but you need the one that is v 0.7.2 or later in order to upload. Its also on the Play store, but you want the one by "Laboratorio Experimental." Any older version has been abandoned by the original maintainer.
If you want, I can send you my config file (or post it here). It's pretty useless with the stock configuration.

81186543 almost 6 years ago

I use OSMTracker. I use a custom dashboard so that I can hit a button for the speed limit change (or surface transition) right as I get to the speed limit sign (or surface transition). I'm usually pretty accurate. Can you tell me what I got wrong in this one?

81186543 almost 6 years ago

no worries. I'm using GPS traces that i made a while ago. Trying to clean out my backlog. I may be out of date. Sorry if I "incorrected" anything.

81186326 almost 6 years ago

Alright. Thanks for the heads up.

50603756 over 8 years ago

Thanks, Rick.
Yeah, they've really put our toll money to work. The general Sullivan isn't complete yet, but you should see the new Memorial Bridge (from downtown Portsmouth to Kittery). Its beautiful. They have also torn down the Sarah Long bridge, and the new one is under construction. I can't wait to see it complete. The old one was a disaster waiting to happen. I think the new General Sullivan will be 6-8 lanes when its done.

50603756 over 8 years ago

Hi, underorbit.

The map says that you made some changes to roads at Exit 6E and Exit 6W on NH route 16. Did you change them to match the satellite images of the area? If so, you should know that there has been a massive construction project in the area, and the roads are drastically different now. The satellite images available in that area are very out of date. For instance, exit 4E has been completely removed, and the General Sullivan Bridge has been demolished and rebuilt in a new location. Several completely new roads have been constructed in the area as well. Unfortunately, none of this can be seen in the satellite photography.

I had recorded several traces of the new road layout and made the necessary corrections several months ago, but those corrections have all been removed. I've asked a more experienced editor for assistance in reverting the recent changes, but I would like to let whoever made the changes know why it's being reverted. I think it was you. Either way, thank you for your work on the map.

Regards,
pokey

41180749 over 9 years ago

Thanks, folks.I had no idea how to fix the lake. My only idea was to cut off all the bays and make them individual bodies of water, then do the same with the center while making sure they abut. I tried doing that a couple of times, but never saved the work, because it never completely worked for me. It still doesn't render in the OSMP.org viewer, if you zoom out enough, but it renders close up, and it renders in OSMAnd. I have never tried to edit a relation with Potlatch, but thank you for the heads up.

41180749 over 9 years ago

I am not the one who broke it. I was editing roads in the area, and i noticed that the lake wasn't rendering. I tried to fix it by linking the broken segments back together but there are too many nodes to save the changes. I use Potlatch2 to edit, and it only allows saving ~2000 nodes per polygon. I tried to save all of the bays as separate bodies of water, and that was working, but, before I could finish, Potlatch crashed on me. I have not had time to try again, and I'm sure its not the correct fix anyway.