Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the USA/Vermont region. #546

Merged
merged 3 commits into from
May 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/regions/vermont.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"MultiPolygon","coordinates":[[[[-73.445,43.655],[-73.425,43.675],[-73.425,43.7],[-73.39,43.73],[-73.39,43.75],[-73.375,43.775],[-73.39,43.78],[-73.395,43.8],[-73.415,43.82],[-73.395,43.875],[-73.43,43.925],[-73.425,43.96],[-73.435,43.985],[-73.425,44.015],[-73.45,44.025],[-73.46,44.045],[-73.45,44.085],[-73.43,44.115],[-73.435,44.14],[-73.42,44.155],[-73.41,44.2],[-73.38,44.22],[-73.35,44.26],[-73.33,44.27],[-73.345,44.305],[-73.355,44.375],[-73.33,44.4],[-73.315,44.435],[-73.325,44.495],[-73.335,44.5],[-73.355,44.535],[-73.39,44.56],[-73.4,44.6],[-73.41,44.61],[-73.405,44.65],[-73.385,44.695],[-73.385,44.75],[-73.355,44.79],[-73.4,44.83],[-73.4,44.865],[-73.385,44.875],[-73.38,44.91],[-73.36,44.925],[-73.36,44.96],[-73.375,44.975],[-73.375,44.995],[-73.35,45.03],[-72.605,45.035],[-72.42,45.025],[-71.99,45.025],[-71.46,45.035],[-71.445,45.02],[-71.445,45.005],[-71.47,44.985],[-71.505,44.985],[-71.495,44.97],[-71.495,44.935],[-71.475,44.92],[-71.475,44.9],[-71.495,44.87],[-71.515,44.865],[-71.53,44.85],[-71.53,44.83],[-71.545,44.82],[-71.555,44.78],[-71.605,44.74],[-71.58,44.715],[-71.575,44.69],[-71.565,44.685],[-71.56,44.67],[-71.545,44.665],[-71.525,44.63],[-71.53,44.61],[-71.515,44.595],[-71.52,44.57],[-71.55,44.545],[-71.56,44.52],[-71.56,44.49],[-71.585,44.47],[-71.61,44.465],[-71.64,44.44],[-71.65,44.42],[-71.685,44.405],[-71.69,44.395],[-71.73,44.39],[-71.74,44.38],[-71.78,44.38],[-71.795,44.365],[-71.79,44.355],[-71.805,44.335],[-71.865,44.315],[-71.905,44.33],[-71.925,44.315],[-71.95,44.32],[-71.98,44.315],[-71.99,44.305],[-72.01,44.305],[-72.015,44.29],[-72.04,44.275],[-72.04,44.26],[-72.03,44.255],[-72.04,44.185],[-72.02,44.17],[-72.02,44.115],[-72.01,44.105],[-72.01,44.075],[-72.045,44.045],[-72.075,43.995],[-72.09,43.99],[-72.075,43.98],[-72.07,43.96],[-72.1,43.93],[-72.1,43.91],[-72.135,43.89],[-72.15,43.86],[-72.165,43.85],[-72.165,43.795],[-72.185,43.775],[-72.195,43.75],[-72.205,43.75],[-72.22,43.73],[-72.26,43.715],[-72.285,43.695],[-72.28,43.67],[-72.285,43.655],[-72.295,43.65],[-72.295,43.63],[-72.31,43.62],[-72.31,43.59],[-72.36,43.565],[-72.36,43.535],[-72.37,43.52],[-72.36,43.5],[-72.36,43.475],[-72.37,43.46],[-72.38,43.395],[-72.39,43.38],[-72.37,43.365],[-72.37,43.345],[-72.385,43.335],[-72.375,43.305],[-72.385,43.295],[-72.39,43.27],[-72.415,43.245],[-72.42,43.19],[-72.43,43.165],[-72.415,43.13],[-72.415,43.075],[-72.44,43.05],[-72.44,43.03],[-72.425,43.02],[-72.425,43],[-72.46,42.955],[-72.505,42.945],[-72.51,42.89],[-72.535,42.87],[-72.525,42.82],[-72.46,42.775],[-72.455,42.755],[-72.44,42.74],[-72.44,42.715],[-72.46,42.705],[-73.29,42.73],[-73.31,42.81],[-73.305,42.845],[-73.295,42.86],[-73.295,42.975],[-73.275,43.25],[-73.265,43.53],[-73.28,43.555],[-73.3,43.555],[-73.315,43.57],[-73.32,43.605],[-73.355,43.6],[-73.355,43.59],[-73.365,43.585],[-73.365,43.565],[-73.385,43.55],[-73.415,43.55],[-73.445,43.57],[-73.445,43.655]]]]}
4 changes: 4 additions & 0 deletions config/regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ regions:
name: Utah
flag: 🇺🇸
osmcha.id: 236244c4-9835-4c3e-872c-f4125ea1632c
vermont:
name: Vermont
flag: 🇺🇸
osmcha.id: 41070e3d-787f-4cc0-b5e5-ab90eb227a96
washington:
name: Washington State
flag: 🇺🇸
Expand Down
24 changes: 24 additions & 0 deletions templates/messages/vermont/en/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Default
title: Welcome to OpenStreetMap
---

Hi {{ mapper.displayName }}

I noticed you made your first contribution to OpenStreetMap. Congratulations, and thanks! As of now, you can consider yourself part of the US OSM community. Your edit is live within a couple of minutes. You may have to refresh your browser to see your edit.

If you have any questions at all, we can help out: if you think you might have broken something, are in doubt how to map something particular, or just want to know more about OpenStreetMap, contact us!

Here are some useful things to get you started:

* OpenStreetMap's US Chapter runs a [Slack](https://slack.openstreetmap.us/) server. Slack is a collaboration tool for OSM mappers, organizers, and developers. Slack even has our own #local-vermont channel where you can chat with other Vermont mappers. This is a very active forum and the best way to get in touch with other local mappers in Vermont and the rest of the United States.
* I highly recommend using the OSM [wiki-pages](https://wiki.openstreetmap.org/). If you don’t find how to map something within the editor of your choice, the quickest solution is look at [Map Features](https://wiki.openstreetmap.org/wiki/Map_Features) on the wiki. For more complicated questions you can search in or post on the [Help-site](https://help.openstreetmap.org) or ask in Slack.
* [learnOSM](https://learnosm.org) is a good place to learn more about OSM. Instructions are available for using the iD browser editor and the more advanced JOSM editor.
* On the [Vermont Wiki page](https://wiki.openstreetmap.org/wiki/Vermont) you will find information specific to mapping Vermont.
* Want to see who’s mapping near you, or want to see how much you’ve been doing yourself, check out the maps at [resultmaps.neis-one.org](https://resultmaps.neis-one.org/).
* If you are a business owner and want to learn how to add OpenStreetMap to your website, check out the site [Switch2OSM](https://switch2osm.org/)


So what should you map next? I recommend adding features around you. Restaurants, business, streets, sidewalks, benches, basically features that you know best. You are the expert. If you find a business already mapped, make sure there is an address. There is something satisfying about filling in the map around you. Or correcting a road when the local government makes changes to it. Do you have any special interests, like biking, hiking, or even trains? Did you know we have the best bike, hiking and train world wide networks of any site. But like everything else, they can always use improvements.

Happy Mapping!
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.bg.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Юта</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Върмонт</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Щат Вашингтон</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Washington State</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Washington State</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Estado de Washington</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>État de Washington</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Stato di Washington (USA)</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>ユタ州</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>バーモント州</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>ワシントン州</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.nl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Washington State</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Stan Waszyngton</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.sq.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>Utah</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>Vermont</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>Shteti i Uashingtonit</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.zh_CN.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>犹他州</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>佛蒙特州</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>华盛顿州</target>
Expand Down
4 changes: 4 additions & 0 deletions translations/messages+intl-icu.zh_TW.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
<source>Utah</source>
<target>猶他州</target>
</trans-unit>
<trans-unit id="b.yzrtq" resname="Vermont">
<source>Vermont</source>
<target>佛蒙特州</target>
</trans-unit>
<trans-unit id="MjJ73ih" resname="Washington State">
<source>Washington State</source>
<target>華盛頓州</target>
Expand Down