mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Allow landuse points
This commit is contained in:
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": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "farm",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "farmyard",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "grass",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "industrial",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "meadow",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "orchard",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user