Add/Prioritize network tag in public_transport

This commit is contained in:
Éric Gillet
2015-03-08 20:17:27 +01:00
parent 81798423c0
commit b71261e39a
5 changed files with 9 additions and 6 deletions

View File

@@ -3781,6 +3781,7 @@
"highway/bus_stop": {
"icon": "bus",
"fields": [
"network",
"operator",
"bench",
"shelter",
@@ -6536,8 +6537,8 @@
"public_transport/platform": {
"fields": [
"ref",
"operator",
"network",
"operator",
"shelter"
],
"geometry": [
@@ -6555,8 +6556,8 @@
"icon": "bus",
"fields": [
"ref",
"operator",
"network"
"network",
"operator"
],
"geometry": [
"vertex"

View File

@@ -1,6 +1,7 @@
{
"icon": "bus",
"fields": [
"network",
"operator",
"bench",
"shelter",

View File

@@ -1,8 +1,8 @@
{
"fields": [
"ref",
"operator",
"network",
"operator",
"shelter"
],
"geometry": [

View File

@@ -2,8 +2,8 @@
"icon": "bus",
"fields": [
"ref",
"operator",
"network"
"network",
"operator"
],
"geometry": [
"vertex"

View File

@@ -1,6 +1,7 @@
{
"icon": "rail",
"fields": [
"network",
"operator",
"address",
"building_area"