diff --git a/_posts/en/0900-12-08-everydoor.md b/_posts/en/0900-12-08-everydoor.md new file mode 100644 index 00000000..38ea789d --- /dev/null +++ b/_posts/en/0900-12-08-everydoor.md @@ -0,0 +1,80 @@ +--- +layout: doc +title: EveryDoor +permalink: /en/mobile-mapping/everydoor/ +lang: en +category: mobile-mapping +--- +EveryDoor +=================== + +EveryDoor is an open-source OSM editor developed by Ilya Zverev. It is a user-friendly mobile application that focuses on mapping and updating POIs. It is available for both Android and iOS devices. + +Setting up +--------------- +- Download Every Door using Play Store for Android devices or App Store for iOS devices. + +- First, you need to log in to your OSM account. Go to the application’s configuration settings by clicking the upper left button. + +![Setting up][] + +- Confirm your location by dragging through the map. + +- Click the red panel to download the OSM data within your selected area. + +Amenity Mode +--------------- +This editing mode lets you map and verify amenity points. Here is the application’s interface for the Amenity Mode. + +![Amenity Mode][] + +- A list of amenities will appear on the lower panel with their corresponding locations on the map. + +- Click each item on the list to review its existing data. Use the information that you get while field mapping to update as many fields as possible. + +![Amenity Mode Fields][] + +- Amenities highlighted in **yellow** are either outdated by at least 5 years, or contain errors that need to be resolved. Prioritize verifying these amenities. + +- For adding a new amenity, click the add button, aim the pin to its location by dragging the screen, then press check. Search its amenity type, input all available information, and click save. + +![Amenity Mode Steps][] + +Micromapping Mode +--------------- +Micromapping mode is used for mapping POIs other than amenity points. Here is the interface for the micromapping mode: + +![Micromapping Mode][] + +The map shows all POIs around your location pin, while the lower panel shows the types of these points. + +For updating existing POIs, press the points on the map and edit/add information. +For adding new POIs, follow the same 4-step ADD - AIM - TAG - INPUT AND SAVE process. + +Buildings and Entrance Mode +--------------- +This mode offers editing of building attributes and adding building entrance points. Here is the interface for the buildings and entrance mode: + +![Buildings and Entrance Mode][] + +- On the map, building footprints are represented by squares, while the entrance points are represented by circles. + +- In editing building attributes, select a box on the map then input all available information. + +- In adding a building entrance point, follow the same 4-step **ADD - AIM - TAG - INPUT AND SAVE process**. *Keep in mind that entrance points must only be placed on the side of buildings.* + +Saving +--------------- +- Once you have made your changes, click the button on the lower right corner of the screen. Your edits will then be uploaded to OSM. + +![Saving][] + +- Remember to upload as often as you can. Saving too many edits and uploading them all at once can cause errors if multiple people are mapping in the same area. + +[Setting up]: /images/mobile-mapping/everydoor_settingup.PNG +[Amenity Mode]: /images/mobile-mapping/everydoor_amenitymode1.PNG +[Amenity Mode Fields]: /images/mobile-mapping/everydoor_amenitymode2.PNG +[Amenity Mode Steps]: /images/mobile-mapping/everydoor_addaimtaginputsave.PNG +[Micromapping Mode]: /images/mobile-mapping/everydoor_micromappingmode.PNG +[Buildings and Entrance Mode]: /images/mobile-mapping/everydoor_bldgsentrancemode.PNG +[Saving]: /images/mobile-mapping/everydoor_save.PNG \ No newline at end of file diff --git a/images/mobile-mapping/everydoor_addaimtaginputsave.png b/images/mobile-mapping/everydoor_addaimtaginputsave.png new file mode 100644 index 00000000..0600973a Binary files /dev/null and b/images/mobile-mapping/everydoor_addaimtaginputsave.png differ diff --git a/images/mobile-mapping/everydoor_amenitymode1.png b/images/mobile-mapping/everydoor_amenitymode1.png new file mode 100644 index 00000000..70006385 Binary files /dev/null and b/images/mobile-mapping/everydoor_amenitymode1.png differ diff --git a/images/mobile-mapping/everydoor_amenitymode2.png b/images/mobile-mapping/everydoor_amenitymode2.png new file mode 100644 index 00000000..b0211079 Binary files /dev/null and b/images/mobile-mapping/everydoor_amenitymode2.png differ diff --git a/images/mobile-mapping/everydoor_bldgsentrancemode.png b/images/mobile-mapping/everydoor_bldgsentrancemode.png new file mode 100644 index 00000000..23f96b26 Binary files /dev/null and b/images/mobile-mapping/everydoor_bldgsentrancemode.png differ diff --git a/images/mobile-mapping/everydoor_micromappingmode.png b/images/mobile-mapping/everydoor_micromappingmode.png new file mode 100644 index 00000000..2030f8d4 Binary files /dev/null and b/images/mobile-mapping/everydoor_micromappingmode.png differ diff --git a/images/mobile-mapping/everydoor_save.png b/images/mobile-mapping/everydoor_save.png new file mode 100644 index 00000000..67d6a285 Binary files /dev/null and b/images/mobile-mapping/everydoor_save.png differ diff --git a/images/mobile-mapping/everydoor_settingup.png b/images/mobile-mapping/everydoor_settingup.png new file mode 100644 index 00000000..4961c415 Binary files /dev/null and b/images/mobile-mapping/everydoor_settingup.png differ