@@ -36,11 +36,9 @@ <h2>MapML Demo: <map-a></h2>
36
36
37
37
< layer- label ="Polygon " checked >
38
38
< map-meta name ="projection " content ="OSMTILE "> </ map-meta >
39
- < map-meta name ="zoom " content ="min=10,max=11 "> </ map-meta >
40
- < map-feature >
39
+ < map-feature min ="10 " max ="11 ">
41
40
< map-featurecaption > Click me!</ map-featurecaption >
42
- <!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
43
- < map-geometry cs ="gcrs ">
41
+ < map-geometry >
44
42
< map-a href ="#15, -75.699, 45.420 ">
45
43
< map-polygon class ="polygon ">
46
44
< map-coordinates > -75.8242035 45.3526278 -75.6793213 45.4572409 -75.5680847 45.4692806 -75.6092834 45.4215881 -75.5756378 45.3810901 -75.7946777 45.3120804</ map-coordinates >
@@ -53,31 +51,27 @@ <h2>MapML Demo: <map-a></h2>
53
51
54
52
< layer- label ="Points " checked >
55
53
< map-meta name ="projection " content ="OSMTILE "> </ map-meta >
56
- < map-meta name ="zoom " content ="min=14,max=24 "> </ map-meta >
57
- < map-feature >
54
+ < map-feature min ="14 " max ="24 ">
58
55
< map-featurecaption > Point 1</ map-featurecaption >
59
- <!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
60
- < map-geometry cs ="gcrs ">
56
+ < map-geometry >
61
57
< map-point class ="point ">
62
58
< map-coordinates > -75.6978285 45.4202251</ map-coordinates >
63
59
</ map-point >
64
60
</ map-geometry >
65
61
< map-properties > </ map-properties >
66
62
</ map-feature >
67
- < map-feature >
63
+ < map-feature min =" 14 " max =" 24 " >
68
64
< map-featurecaption > Point 2</ map-featurecaption >
69
- <!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
70
- < map-geometry cs ="gcrs ">
65
+ < map-geometry >
71
66
< map-point class ="point ">
72
67
< map-coordinates > -75.7002854 45.4199465</ map-coordinates >
73
68
</ map-point >
74
69
</ map-geometry >
75
70
< map-properties > </ map-properties >
76
71
</ map-feature >
77
- < map-feature >
72
+ < map-feature min =" 14 " max =" 24 " >
78
73
< map-featurecaption > point 3</ map-featurecaption >
79
- <!-- Setting the geometry coordinates to gcrs, as the default is pcrs -->
80
- < map-geometry cs ="gcrs ">
74
+ < map-geometry >
81
75
< map-point class ="point ">
82
76
< map-coordinates > -75.6984723 45.4179207</ map-coordinates >
83
77
</ map-point >
0 commit comments