Skip to content

Commit 4f9b78d

Browse files
committed
Update Places_1.js
1 parent 6a4a343 commit 4f9b78d

File tree

1 file changed

+93
-1
lines changed

1 file changed

+93
-1
lines changed

oppa-places/data/Places_1.js

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,93 @@
1-
var json_Places_1 = {"type":"FeatureCollection","name":"Places_1","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"features":[{"type":"Feature","properties":{"title":"Every story has a beginning...","description":"Where a shy boy met a talkative girl and asked her number"},"geometry":{"type":"Point","coordinates":[26.720987494124145,58.379500595701025]}},{"type":"Feature","properties":{"title":"Fake romantic news","description":"Where are all those singers in the streets and romantic people gifting flowers? Not in here but at least they have aperitivo!"},"geometry":{"type":"Point","coordinates":[9.191099442889238,45.46415674580674]}},{"type":"Feature","properties":{"title":"More than a movie","description":"Where the cinema can disappoint lovers, but a romantic stroll along the river and through the park is a unique experience"},"geometry":{"type":"Point","coordinates":[24.105073320970366,56.949453609334483]}},{"type":"Feature","properties":{"title":"Singing ABBA in the rain","description":"A dancing (and singing) queen meets a Nobel prize for romance"},"geometry":{"type":"Point","coordinates":[18.070325549178953,59.326376988907633]}},{"type":"Feature","properties":{"title":"A kiss from the best Lake in Italy","description":"Well... what's better than this?"},"geometry":{"type":"Point","coordinates":[8.562877437936388,45.755184613723543]}},{"type":"Feature","properties":{"title":"Gita fuori pOrta","description":"Literally, day trip in a place with benches with perfect view and good music (on the airpods)"},"geometry":{"type":"Point","coordinates":[8.405727239624795,45.798072698062079]}},{"type":"Feature","properties":{"title":"The luxury of good feelings","description":"Sunny november days don't stop explorer of the most famous (but less beautiful) lake in Italy"},"geometry":{"type":"Point","coordinates":[9.075959293979373,45.813660186919577]}},{"type":"Feature","properties":{"title":"Boring city","description":"...but good food and wine!"},"geometry":{"type":"Point","coordinates":[9.69543,45.05279]}}]}
1+
var json_Places_1 = {
2+
type: "FeatureCollection",
3+
name: "Places_1",
4+
crs: { type: "name", properties: { name: "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5+
features: [
6+
{
7+
type: "Feature",
8+
properties: {
9+
title: "Every story has a beginning...",
10+
description:
11+
"Where a shy boy met a talkative girl and asked her number",
12+
},
13+
geometry: {
14+
type: "Point",
15+
coordinates: [26.720987494124145, 58.379500595701025],
16+
},
17+
},
18+
{
19+
type: "Feature",
20+
properties: {
21+
title: "Fake romantic news",
22+
description:
23+
"Where are all those singers in the streets and romantic people gifting flowers? Not in here but at least they have aperitivo!",
24+
},
25+
geometry: {
26+
type: "Point",
27+
coordinates: [9.191099442889238, 45.46415674580674],
28+
},
29+
},
30+
{
31+
type: "Feature",
32+
properties: {
33+
title: "More than a movie",
34+
description:
35+
"Where the cinema can disappoint lovers, but a romantic stroll along the river and through the park is a unique experience",
36+
},
37+
geometry: {
38+
type: "Point",
39+
coordinates: [24.105073320970366, 56.949453609334483],
40+
},
41+
},
42+
{
43+
type: "Feature",
44+
properties: {
45+
title: "Singing ABBA in the rain",
46+
description:
47+
"A dancing (and singing) queen meets a Nobel prize for romance",
48+
},
49+
geometry: {
50+
type: "Point",
51+
coordinates: [18.070325549178953, 59.326376988907633],
52+
},
53+
},
54+
{
55+
type: "Feature",
56+
properties: {
57+
title: "A kiss from the best Lake in Italy",
58+
description: "Well... what's better than this?",
59+
},
60+
geometry: {
61+
type: "Point",
62+
coordinates: [8.562877437936388, 45.755184613723543],
63+
},
64+
},
65+
{
66+
type: "Feature",
67+
properties: {
68+
title: "Gita fuori pOrta",
69+
description:
70+
"Literally, day trip in a place with benches with perfect view and good music (on the airpods)",
71+
},
72+
geometry: {
73+
type: "Point",
74+
coordinates: [8.405727239624795, 45.798072698062079],
75+
},
76+
},
77+
{
78+
type: "Feature",
79+
properties: {
80+
title: "The luxury of good feelings",
81+
description:
82+
"Sunny november days don't stop explorer of the most famous (but less beautiful) lake in Italy",
83+
},
84+
geometry: {
85+
type: "Point",
86+
coordinates: [9.075959293979373, 45.813660186919577],
87+
},
88+
},
89+
{"type":"Feature","properties":{"title":"Boring city","description":"...but good food and wine!"},"geometry":{"type":"Point","coordinates":[9.69543,45.05279]}},
90+
{"type":"Feature","properties":{"title":"The city where Beauty and Food Beats Piacenza and Cremona","description":"Good food and music! It's also our first celebration of the New Year 2025"},"geometry":{"type":"Point","coordinates":[10.3292, 44.7816]}},
91+
{"type":"Feature","properties":{"title":"Home of Stradivarius Violins","description":"The hometown of the beautiful Stradivarius violins, even more stunning than Piacenza."},"geometry":{"type":"Point","coordinates":[10.0261, 45.1365]}}]}
92+
],
93+
};

0 commit comments

Comments
 (0)