Category icons (fixes #1175)

This commit is contained in:
John Firebaugh
2013-03-27 16:51:01 -07:00
parent 912093f148
commit 5c79e11c4b
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1458,8 +1458,8 @@ locale.en = {
},
"intro": {
"navigation": {
"drag": "The main map area shows OpenStreetMap data on top of background imagery. You can navigate by dragging and scrolling, just like any web map. **Drag the map!**",
"select": "Map features can be represented three ways: using points, lines or areas. All features can be selected by clicking on them. **Click on the point to select it.**",
"drag": "The main map area shows OpenStreetMap data on top of a background. You can navigate by dragging and scrolling, just like any web map. **Drag the map!**",
"select": "Map features are represented three ways: using points, lines or areas. All features can be selected by clicking on them. **Click on the point to select it.**",
"header": "The header shows us the feature type.",
"pane": "The main pane shows the feature's attributes, such as its name and address."
},
@@ -1472,7 +1472,7 @@ locale.en = {
"close": "The feature editor can be closed by clicking on the close button. **Close the feature editor**",
"reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Select the point you just created.**",
"fixname": "**Change the name and close the feature editor.**",
"reselect_delete": "All features on the map can be deleted. **Reselect the point you created.**",
"reselect_delete": "All features on the map can be deleted. **Click on the point you created.**",
"delete": "The menu around the point contains operations that can be performed on it, including delete. **Delete the point.**"
},
"areas": {
+3 -3
View File
@@ -22,7 +22,7 @@
}, {
"geometry": "line",
"id": "Rail",
"icon": "railway-rail",
"icon": "category-rail",
"members": [
"railway/rail",
"railway/subway",
@@ -34,7 +34,7 @@
}, {
"geometry": "line",
"id": "Path",
"icon": "highway-path",
"icon": "category-path",
"members": [
"highway/footway",
"highway/cycleway",
@@ -45,7 +45,7 @@
}, {
"geometry": "line",
"id": "Water",
"icon": "waterway-river",
"icon": "category-water",
"members": [
"waterway/river",
"waterway/stream",