Skip to content

Commit a90436d

Browse files
committed
Polishing examples project
1 parent 8586bee commit a90436d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+10015
-42008
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name=Liste des arrêts à proximité d'un point donné
2+
shortname=stopPosition
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"codeLieu":"CRQU","libelle":"Place du Cirque","distance":"27 m","ligne":[{"numLigne":"2"},{"numLigne":"C1"},{"numLigne":"C2"},{"numLigne":"C6"},{"numLigne":"11"},{"numLigne":"23"},{"numLigne":"LU"}]},{"codeLieu":"BRTA","libelle":"Bretagne","distance":"138 m","ligne":[{"numLigne":"3"}]},{"codeLieu":"CMAR","libelle":"Cirque-Marais","distance":"169 m","ligne":[{"numLigne":"C2"},{"numLigne":"12"},{"numLigne":"23"}]},{"codeLieu":"SNIC","libelle":"St-Nicolas","distance":"200 m","ligne":[{"numLigne":"C1"},{"numLigne":"C3"},{"numLigne":"C6"},{"numLigne":"11"},{"numLigne":"23"},{"numLigne":"26"},{"numLigne":"54"}]},{"codeLieu":"HVNA","libelle":"H\u00f4tel de Ville","distance":"215 m","ligne":[{"numLigne":"C1"},{"numLigne":"C6"},{"numLigne":"11"},{"numLigne":"12"},{"numLigne":"LU"}]},{"codeLieu":"COMM","libelle":"Commerce","distance":"225 m","ligne":[{"numLigne":"1"},{"numLigne":"2"},{"numLigne":"3"},{"numLigne":"C2"},{"numLigne":"C3"},{"numLigne":"C5"},{"numLigne":"11"},{"numLigne":"26"},{"numLigne":"54"},{"numLigne":"LU"},{"numLigne":"NA"}]},{"codeLieu":"JJNA","libelle":"Jean Jaur\u00e8s","distance":"343 m","ligne":[{"numLigne":"3"}]},{"codeLieu":"OTAG","libelle":"50 Otages","distance":"361 m","ligne":[{"numLigne":"2"},{"numLigne":"C2"},{"numLigne":"12"},{"numLigne":"23"}]},{"codeLieu":"BOFA","libelle":"Bouffay","distance":"392 m","ligne":[{"numLigne":"1"}]},{"codeLieu":"STPI","libelle":"St-Pierre","distance":"393 m","ligne":[{"numLigne":"C1"},{"numLigne":"C6"},{"numLigne":"11"},{"numLigne":"12"},{"numLigne":"LU"}]}]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
call=https://open.tan.fr/ewp/arrets.json/47,21661/-1,556754
2+
input={ "lat" : 2, "lon" : 3 }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name=Position Elevation
2+
shortname=positionElevation
3+
doc=https://developers.google.com/maps/documentation/elevation/?hl=es
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"results" : [
3+
{
4+
"elevation" : 1608.637939453125,
5+
"location" : {
6+
"lat" : 39.7391536,
7+
"lng" : -104.9847034
8+
},
9+
"resolution" : 4.771975994110107
10+
}
11+
],
12+
"status" : "OK"
13+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
call=https://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536,-104.9847034&sensor=true
2+
input={ "locations" : -104.9847034, "sensor" : true }

jsondiscoverer.examples/exampleData/coreographyBuilder/zoo.ecore

Lines changed: 4731 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[
2+
{
3+
"codeLieu":"CRQU4",
4+
"libelle":"Place du Cirque",
5+
"distance":"21 m",
6+
"ligne":[
7+
{
8+
"numLigne":"2"
9+
},
10+
{
11+
"numLigne":"C1"
12+
}
13+
]
14+
}
15+
]

0 commit comments

Comments
 (0)