Allow landuse points

This commit is contained in:
John Firebaugh
2013-03-12 10:07:33 -07:00
parent 11a8c57cd4
commit a9bef4d1e5
14 changed files with 14 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -2,6 +2,7 @@
"name": "allotments",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "cemetery",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "commercial",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "construction",
"match": {
"type": [
"point",
"area"
],
"tags": {
+1
View File
@@ -2,6 +2,7 @@
"name": "farm",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "farmyard",
"match": {
"type": [
"point",
"area"
],
"tags": {
+1
View File
@@ -2,6 +2,7 @@
"name": "grass",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "industrial",
"match": {
"type": [
"point",
"area"
],
"tags": {
+1
View File
@@ -2,6 +2,7 @@
"name": "meadow",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "orchard",
"match": {
"type": [
"point",
"area"
],
"tags": {
+1
View File
@@ -2,6 +2,7 @@
"name": "quarry",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "residential",
"match": {
"type": [
"point",
"area"
],
"tags": {
@@ -2,6 +2,7 @@
"name": "vineyard",
"match": {
"type": [
"point",
"area"
],
"tags": {