diff --git a/README.md b/README.md
index 1f715c4..5671c1b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,24 @@ Il existe pour le moment 2 templates (liste et carousel) et un mode minimaliste
----------
-### Principe
+### Installation
+
+Prérequis : avoir un serveur web type apache ou nginx.
+
+Pour installer storymap, il faut commencer par faire un git clone :
+
+> git clone https://github.com/mviewer/storymap.git
+
+Si le répertoire d'installation est différent de /storymap, il faut effectuer la modification dans le fichier index.html ligne 5 exemple :
+
+>
+
+Une fois le paramétrage effectué, vous pourrez charger les storymaps exemples.
+
+
+----------
+
+### Création d'une storymap
-------------
Pour créer une nouvelle storymap, il suffit de créer un dossier dans le répertoire stories et d'y déposer les ressources nécessaires à savoir :
diff --git a/config.json b/config.json
old mode 100755
new mode 100644
index 8e3c676..f871766
--- a/config.json
+++ b/config.json
@@ -1,76 +1,78 @@
-{ "splash": {
- "iframe": "stories/dinan_leon/splash.html"
- },
- "theme": {"css":"stories/dinan_leon/dinan_leon_t3.css"},
- "tooltip" : {"fields": ["nom"]},
- "map": {
+{
+ "splash": {
+ "title":"StoryMap de démo",
+ "text":"Mode carousel"
+ },
+ "theme": {
+ "color" : "#009688"
+ },
+ "tooltip": {
+ "fields": [
+ "nom","date_creation"
+ ],
+ "template":"{{nom}} - ({{date_creation}})"
+ },
+ "map": {
"center": [-227028,6182514],
- "zoom": 16,
- "width": "100%",
- "overview": false,
- "url" : "https://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
- "animation": false
- },
- "data": {
- "title": "DE DINAN À LÉHON" ,
- "subtitle":"Par le chemin de halage",
- "template": {"name": "carousel", "options": {"width":"50%", "color":"#7f8c8d"} },
- "url": "stories/dinan_leon/dinan_leon.geojson",
- "orderby": "ordre",
- "fields": [{
- "name": "nom",
- "type": "title"
- },
- {
- "name":"resume",
- "type":"text"
- },
- {
- "name":"localisation",
- "type":"text"
- },
- {
- "name":"historique",
- "type":"text"
- },
- {
- "name":"lien_image",
- "type":"background"
- },
+ "zoom": 12,
+ "width": "100%",
+ "overview": false,
+ "url": "http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
+ "animation": true
+ },
+ "data": {
+ "title": "StoryMap de démo",
+ "subtitle": "Mode carousel",
+ "template": {
+ "name": "carousel",
+ "size": "40%"
+ },
+ "url": "stories/demo_carousel/rnr.geojson",
+ "orderby": "ordre",
+ "fields": [
+ {
+ "name": "nom",
+ "type": "title"
+ }
+ ],
+ "id": "id",
+ "tpl": "stories/demo_carousel/demo.mst",
+ "analyse": {
+ "type": "single",
+ "field": "",
+ "values": [],
+ "styles": [
{
- "name":"lien_dossi",
- "type":"url"
- }],
- "analyse": {
- "type": "single",
- "field": "",
- "values": [],
- "styles": [
- {
- "fill": {
- "color": "rgba(206,0,0,0.7)"
- },
- "stroke": {
- "color": "rgba(206,0,0,0.2)",
- "width": 2
- },
- "icon": {
- "src" : "https://kartenn.region-bretagne.fr/storymap/stories/dinan_leon/image/placeholder_black.svg",
- "scale" : 0.07
- }
- }
- ]
- },
- "hightlightstyle": {
- "icon": {
- "src" : "https://kartenn.region-bretagne.fr/storymap/stories/dinan_leon/image/placeholder_black_light.svg",
- "scale" : 0.09
- }
- }
- },
- "extradata": {
- "url": "stories/dinan_leon/dinan_lehon_bis.csv",
- "linkfield" : "id"
- }
-
+ "fill": {
+ "color": "rgba(14,152,139,0.6)"
+ },
+ "stroke": {
+ "color": "rgba(14,152,139)",
+ "width": 0.5
+ },
+ "icon": {
+ "src": "",
+ "scale": 0.2
+ }
+ }
+ ]
+ },
+ "hightlightstyle": {
+ "fill": {
+ "color": "rgba(14,152,139,0.8)"
+ },
+ "icon": {
+ "src": "",
+ "scale": 0.25
+ },
+ "stroke": {
+ "color": "rgba(14,152,139,0)",
+ "width": 6
+ }
+ }
+ },
+ "extradata": {
+ "url": "",
+ "linkfield": ""
+ }
}
\ No newline at end of file
diff --git a/stories/dinan_leon/config.json b/stories/dinan_leon/config.json
deleted file mode 100644
index 893f7f9..0000000
--- a/stories/dinan_leon/config.json
+++ /dev/null
@@ -1,76 +0,0 @@
-{ "splash": {
- "iframe": "stories/dinan_leon/splash.html"
- },
- "theme": {"css":"dinan_leon_t3.css"},
- "tooltip" : {"fields": ["nom"]},
- "map": {
- "center": [-227028,6182514],
- "zoom": 16,
- "width": "100%",
- "overview": false,
- "url" : "http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
- "animation": false
- },
- "data": {
- "title": "DE DINAN À LÉHON" ,
- "subtitle":"Par le chemin de halage",
- "template": {"name": "carousel"},
- "url": "stories/dinan_leon/dinan_leon.geojson",
- "orderby": "ordre",
- "fields": [{
- "name": "nom",
- "type": "title"
- },
- {
- "name":"resume",
- "type":"text"
- },
- {
- "name":"localisation",
- "type":"text"
- },
- {
- "name":"historique",
- "type":"text"
- },
- {
- "name":"lien_image",
- "type":"background"
- },
- {
- "name":"lien_dossi",
- "type":"url"
- }],
- "analyse": {
- "type": "single",
- "field": "",
- "values": [],
- "styles": [
- {
- "fill": {
- "color": "rgba(206,0,0,0.7)"
- },
- "stroke": {
- "color": "rgba(206,0,0,0.2)",
- "width": 2
- },
- "icon": {
- "src" : "http://kartenn.region-bretagne.fr/storymap/stories/dinan_leon/image/placeholder_black.svg",
- "scale" : 0.07
- }
- }
- ]
- },
- "hightlightstyle": {
- "icon": {
- "src" : "http://kartenn.region-bretagne.fr/storymap/stories/dinan_leon/image/placeholder_black_light.svg",
- "scale" : 0.09
- }
- }
- },
- "extradata": {
- "url": "dinan_lehon_bis.csv",
- "linkfield" : "id"
- }
-
-}
\ No newline at end of file
diff --git a/stories/dinan_leon/config_wmts.json b/stories/dinan_leon/config_wmts.json
deleted file mode 100644
index e0d9453..0000000
--- a/stories/dinan_leon/config_wmts.json
+++ /dev/null
@@ -1,80 +0,0 @@
-{ "splash": {
- "iframe": "stories/dinan_leon/splash.html"
- },
- "theme": {"css":"dinan_leon.css"},
- "tooltip" : {"fields": ["nom_region"]},
- "map": {
- "center": [-227028,6182514],
- "zoom": 15,
- "width": "100%",
- "overview": false,
- "url" : "http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
- "animation": false
- },
- "backgroundlayer": {
- "type": "WMTS",
- "url": "http://kartenn.region-bretagne.fr/wmts",
- "layer": "GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40",
- "style": "normal",
- "tilematrixset": "PM",
- "format": "image/jpeg"
- },
- "data": {
- "title": "De Dinan à Léhon / chemin de halage",
- "template": {"name": "carousel", "options": {"width":"50%", "color":"#a33e43"} },
- "url": "stories/dinan_leon/dinan_leon.geojson",
- "orderby": "ordre",
- "fields": [{
- "name": "titre_cour",
- "type": "title"
- },
- {
- "name":"datation_p",
- "type":"text"
- },
- {
- "name":"lien_image",
- "type":"background"
- },
- {
- "name":"lien_dossi",
- "type":"url"
- }],
- "analyse": {
- "type": "single",
- "field": "",
- "values": [],
- "styles": [
- {
- "fill": {
- "color": "rgba(206,0,0,0.7)"
- },
- "stroke": {
- "color": "rgba(255,255,255,0.5)",
- "width": 2
- },
- "circle": {
- "radius" : 8
- }
- }
- ]
- },
- "hightlightstyle": {
- "fill": {
- "color": "rgba(206,0,0, 0.7)"
- },
- "stroke": {
- "color": "rgba(255,255,255,0.7)",
- "width": 4
- },
- "circle": {
- "radius" : 10
- }
- }
- },
- "extradata": {
- "url": "dinan_leon.csv",
- "linkfield" : "id"
- }
-
-}
\ No newline at end of file
diff --git a/stories/dinan_leon/dinan_lehon_bis.csv b/stories/dinan_leon/dinan_lehon_bis.csv
deleted file mode 100644
index 9aed9cf..0000000
--- a/stories/dinan_leon/dinan_lehon_bis.csv
+++ /dev/null
@@ -1,11 +0,0 @@
-id reference ordre etape nom localisation historique resume
-0644ce24-c6e9-4d00-8017-f24128605707 IA22132187 1 Étape 1 Port de Lanvallay Lanvallay (22100) Moyen Âge, Temps modernes, Époque contemporaine "Situé en fond d’estuaire, le port de Dinan occupait dès l'époque médiévale une place importante dans le commerce international, notamment dans celui des toiles de lin et de chanvre qui étaient produites sur place et dans l'arrière pays et transportées vers l'Angleterre, les Flandres, l'Espagne puis les colonies américaines. Aux 17e et 18e siècles le port de Dinan est un point de ralliement de toute la partie sud de la Bretagne dans ses relations avec Saint-Malo, l’un des premiers ports français.
-Jusqu’au milieu du 19e siècle de nouvelles activités industrielles s’y développent mais le commerce par voie d’eau peine à se maintenir concurrencé progressivement par un meilleur réseau routier avec la construction du viaduc en 1852 et l’arrivée du Chemin de fer à partir de 1879."
-83439727-547a-4d8b-b885-ae6574a7b729 IA22132374 2 Étape 2 Viaduc Lanvallay (22100), Dinan (22100) Milieu du 19ème siècle Le viaduc édifié entièrement en granite fait partie des grandes réalisations du milieu 19e siècle. ll facilitera les échanges entre les deux plateaux et sera à l’initiative du développement du bourg neuf de Lanvallay.
-d01986c6-1ca6-425d-9229-ffa9dde6aad1 IA22132300 3 Étape 3 Faubourg de la Madeleine Lanvallay (22100) Moyen Âge, Temps modernes, Époque contemporaine Le port est l'une des attractions de Dinan/Lanvallay. La Rance encaissée à cet endroit, traversée par un pont et un viaduc, est un lieu de toute beauté. On y ressent à la fois le poids de l'histoire et les échanges commerciaux fructueux. Ce lieu d'intenses activités a cependant beaucoup évolué depuis sa fondation monastique, à la fin du 11e siècle.
-2d02134e-01ca-4753-8f5b-dd9004d4549b IA22001347 4 Étape 4 Usine de chaux et plâtrière de la Ville aux Olliviers Lanvallay (22100) Deuxième quart du 19ème siècle Les fours à chaux de la Ville aux Olliviers sont édifiés entre 1834 et 1836, le long du canal d'Ille-et-Rance, par Louis Leconte, armateur d'un bateau à vapeur. Il s'agit de deux fours à chaux à feu continu à courte flamme, associés à un four à plâtre qui semble avoir été construit à la même époque.
-d61b438e-a93f-4b74-bf6f-925f6e105cd7 IA22132200 5 Étape 5 Site d'écluse n°47 Lanvallay (22100), Léhon (22100) 19ème siècle Située sur la Rance en aval de Léhon à quelques centaines de mètres de l'abbaye, l'écluse n°47 de Léhon est l'avant dernière écluse avant la mer. Le canal est ouvert à la navigation en 1832, mais la plupart des écluses ont été partiellement modifiées. En 1860 le vannage est élargi, puis vers 1894 le déversoir est réaménagé avec une passerelle métallique. La maison éclusière a été également agrandie et offre ainsi avec son petit pavillon une variante du modèle type à deux pièces en rez-de-chaussée.
-8c0eeaeb-0086-4d55-ab2a-e0e1eb7afa86 IA22132412 6 Étape 6 Château de Beauvais Lanvallay (22100) 18ème siècle L'ancien manoir de Beauvais reconstruit au 18e siècle est de nouveau réaménagé vers les années 1830 1840. Un belvédère conçu comme une petite folie surplombait anciennement la Rance. Cette demeure prestigieuse accueille aujourd'hui le prieuré sainte Anne de la Fraternité Saint Pie X.
-6d2572e6-9770-4361-bb97-0f0bf083cda7 IA22009902 7 Étape 7 Abbaye Saint-Magloire Léhon (22100) Limite entre 12ème et 13ème siècle L'abbaye de Léhon passe pour avoir été fondée dès le 9e siècle, autour de reliques de saint Magloire, évêque de Dol, dérobées à sa sépulture sur l'île anglo-normande de Serk. Après un rayonnement précoce, favorisé par l'existence d'un gué sur la voie romaine de Rennes à Corseul, les moines fuyant les Normands fondent Saint-Magloire de Paris. Ils reviennent au 11e siècle. Les premiers seigneurs de Dinan favorisent alors l’installation d'une foire et d’une petite agglomération que protège un château aménagé sur une roche dominant la Rance.
-fa3846da-7590-4172-aaf6-8e5319f4adc5 IA22009901 8 Étape 8 Église abbatiale Saint-Magloire Léhon (22100) Limite entre 12ème et 13ème siècle L’église abbatiale Saint-Magloire est bâtie à la fin du 12e siècle ou au début du 13e siècle. Elle présente les caractères de cette période de transition, comme le rappelle Prosper Mérimée : la porte surtout : « un arc en plein cintre retombant sur des colonnes à chapiteaux ornés de crochets, et de ces grandes feuilles dentelées encore si communes dans les premières constructions gothiques ». Elle s’inspire de modèles ligériens comme la cathédrale d'Angers par son parti d'une nef unique divisée en travées de plan carré couvertes de voûtes d'ogives bombées.
-b8bc8cf3-e978-4543-b4fd-5b79bc9f4b3d IA22009908 9 Étape 9 Réfectoire Léhon (22100) Deuxième quart du 13ème siècle Le réfectoire de l'abbaye Saint-Magloire est le seul exemple conservé d'une telle salle en Bretagne avec celui de l'ancienne abbaye de Beauport à Paimpol. Peut-être édifié sur une construction plus ancienne comme le laisserait supposer le mur méridional, sa construction d'origine doit remonter au premier ou second quart du 13e siècle.
diff --git a/stories/dinan_leon/dinan_leon.geojson b/stories/dinan_leon/dinan_leon.geojson
deleted file mode 100644
index 721f726..0000000
--- a/stories/dinan_leon/dinan_leon.geojson
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-"type": "FeatureCollection",
-"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } },
-
-"features": [
-{ "type": "Feature", "id": "b8bc8cf3-e978-4543-b4fd-5b79bc9f4b3d", "properties": { "id": "b8bc8cf3-e978-4543-b4fd-5b79bc9f4b3d", "reference": "IA22009908", "titre_cour": "Réfectoire (Léhon)", "type_dossi": "OeuvreArchitecture", "denominati": "abbaye", "cadre_etud": "enquête thématique régionale ; inventaire topographique", "affixe_cad": "églises romanes de Bretagne ; Communauté de communes de Dinan", "date_enque": "2006", "date_borde": "2007", "nature_dos": "sous-dossier", "phase": "étudié", "destinatio": null, "partie_con": null, "adresse": "Léhon", "lieudit": null, "commune": "Léhon", "datation_p": "2e quart 13e siècle", "datation_s": "13e siècle", "materiaux_": "granite", "materiau_1": null, "protection": "classé MH", "date_prote": "1931\/09\/30", "statut": "propriété de la commune", "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/b8bc8cf3-e978-4543-b4fd-5b79bc9f4b3d", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=148a289d-bf93-4dd7-8201-3d3c9029813e", "date_modif": "2015-05-26", "type_geom": "polygone", "surface": 960.208000, "ident": "F73229DB6DE402FD", "search_id": "etude_patrimoine_architecture.F73229DB6DE402FD" }, "geometry": { "type": "Point", "coordinates": [ -226900.34020407224, 6180757.7745808689 ] } },
-{ "type": "Feature", "id": "d01986c6-1ca6-425d-9229-ffa9dde6aad1", "properties": { "id": "d01986c6-1ca6-425d-9229-ffa9dde6aad1", "reference": "IA22132300", "titre_cour": "Faubourg de la Madeleine (Lanvallay)", "type_dossi": "OeuvreArchitecture", "denominati": "faubourg", "cadre_etud": "inventaire topographique", "affixe_cad": "Communauté de communes de Dinan", "date_enque": "2013", "date_borde": "2014 ; 2016", "nature_dos": "dossier individuel", "phase": "étudié", "destinatio": null, "partie_con": null, "adresse": "Lanvallay", "lieudit": null, "commune": "Lanvallay", "datation_p": "Moyen Age ; Temps modernes ; Epoque contemporaine", "datation_s": null, "materiaux_": null, "materiau_1": null, "protection": null, "date_prote": null, "statut": null, "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/d01986c6-1ca6-425d-9229-ffa9dde6aad1", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=53e8674a-b87b-4c0d-866c-a6f245448a2a", "date_modif": "2016-05-03", "type_geom": "polygone", "surface": 11.995300, "ident": "781B04270010A250", "search_id": "etude_patrimoine_architecture.781B04270010A250" }, "geometry": { "type": "Point", "coordinates": [ -226696.74685261562, 6183115.2721037604 ] } },
-{ "type": "Feature", "id": "d61b438e-a93f-4b74-bf6f-925f6e105cd7", "properties": { "id": "d61b438e-a93f-4b74-bf6f-925f6e105cd7", "reference": "IA22132200", "titre_cour": "Site d'écluse n°47, Léhon (Lanvallay)", "type_dossi": "OeuvreArchitecture", "denominati": "site d'écluse", "cadre_etud": "inventaire topographique", "affixe_cad": "Communauté de communes de Dinan", "date_enque": "2013", "date_borde": "2014", "nature_dos": "dossier individuel", "phase": "étudié", "destinatio": null, "partie_con": null, "adresse": "Lanvallay", "lieudit": null, "commune": "Lanvallay", "datation_p": "19e siècle", "datation_s": null, "materiaux_": "granite ; granite", "materiau_1": null, "protection": null, "date_prote": null, "statut": null, "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/d61b438e-a93f-4b74-bf6f-925f6e105cd7", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=ab7ebb33-1299-4890-a9a8-3a95027b6af0", "date_modif": "2016-05-10", "type_geom": "polygone", "surface": 0.355035, "ident": "172D7E68078DFA10", "search_id": "etude_patrimoine_architecture.172D7E68078DFA10" }, "geometry": { "type": "Point", "coordinates": [ -227010.64767128124, 6181147.9462921815 ] } },
-{ "type": "Feature", "id": "2d02134e-01ca-4753-8f5b-dd9004d4549b", "properties": { "id": "2d02134e-01ca-4753-8f5b-dd9004d4549b", "reference": "IA22001347", "titre_cour": "Usine de chaux et plâtrière de la Ville aux Olliviers (Lanvallay)", "type_dossi": "OeuvreArchitecture", "denominati": "usine de chaux ; plâtrière", "cadre_etud": "patrimoine industriel ; inventaire topographique", "affixe_cad": "Côtes-d'Armor ; Communauté de communes de Dinan", "date_enque": "2002", "date_borde": "2002", "nature_dos": "dossier individuel", "phase": "étudié", "destinatio": "maison", "partie_con": "atelier de fabrication ; four industriel", "adresse": "Lanvallay", "lieudit": null, "commune": "Lanvallay", "datation_p": "2e quart 19e siècle", "datation_s": null, "materiaux_": "granite", "materiau_1": "ardoise", "protection": null, "date_prote": null, "statut": "propriété privée", "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/2d02134e-01ca-4753-8f5b-dd9004d4549b", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=d9622809-e509-4958-b723-9207184a2f3c", "date_modif": "2015-05-26", "type_geom": "polygone", "surface": 0.068483, "ident": "128B37D80A6E2A1F", "search_id": "etude_patrimoine_architecture.128B37D80A6E2A1F" }, "geometry": { "type": "Point", "coordinates": [ -226598.139425895, 6182312.6957185157 ] } },
-{ "type": "Feature", "id": "8c0eeaeb-0086-4d55-ab2a-e0e1eb7afa86", "properties": { "id": "8c0eeaeb-0086-4d55-ab2a-e0e1eb7afa86", "reference": "IA22132412", "titre_cour": "Château de Beauvais (Lanvallay)", "type_dossi": "OeuvreArchitecture", "denominati": "château", "cadre_etud": "inventaire topographique", "affixe_cad": "Communauté de communes de Dinan", "date_enque": "2014", "date_borde": "2014", "nature_dos": "dossier individuel", "phase": "étudié", "destinatio": null, "partie_con": "communs ; chapelle", "adresse": "Lanvallay", "lieudit": null, "commune": "Lanvallay", "datation_p": "18e siècle", "datation_s": null, "materiaux_": "granite", "materiau_1": "ardoise", "protection": null, "date_prote": null, "statut": null, "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/8c0eeaeb-0086-4d55-ab2a-e0e1eb7afa86", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=c33bc5cd-6abd-49a7-99fd-462b7a97e53f", "date_modif": "2015-05-26", "type_geom": "polygone", "surface": 0.200606, "ident": "01BAA4FA8744F1D8", "search_id": "etude_patrimoine_architecture.01BAA4FA8744F1D8" }, "geometry": { "type": "Point", "coordinates": [ -226494.25226346063, 6180554.3408863787 ] } },
-{ "type": "Feature", "id": "6d2572e6-9770-4361-bb97-0f0bf083cda7", "properties": { "id": "6d2572e6-9770-4361-bb97-0f0bf083cda7", "reference": "IA22009902", "titre_cour": "Abbaye Saint-Magloire (Léhon)", "type_dossi": "OeuvreArchitecture", "denominati": "abbaye", "cadre_etud": "enquête thématique régionale ; inventaire topographique", "affixe_cad": "églises romanes de Bretagne ; Communauté de communes de Dinan", "date_enque": "2006", "date_borde": "2007 ; 2013", "nature_dos": "dossier avec sous-dossier", "phase": "étudié", "destinatio": null, "partie_con": "église", "adresse": "Léhon", "lieudit": null, "commune": "Léhon", "datation_p": "limite 12e siècle 13e siècle", "datation_s": "13e siècle", "materiaux_": "granite", "materiau_1": null, "protection": "classé MH", "date_prote": "1931\/09\/30", "statut": "propriété de la commune", "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/6d2572e6-9770-4361-bb97-0f0bf083cda7", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=56867c83-f5b2-4adb-bce7-8ab83cc303cf", "date_modif": "2016-11-04", "type_geom": "polygone", "surface": 0.319553, "ident": "E25C66EA20871027", "search_id": "etude_patrimoine_architecture.E25C66EA20871027" }, "geometry": { "type": "Point", "coordinates": [ -226893.34020407224, 6180790.7745808689 ] } },
-{ "type": "Feature", "id": "fa3846da-7590-4172-aaf6-8e5319f4adc5", "properties": { "id": "fa3846da-7590-4172-aaf6-8e5319f4adc5", "reference": "IA22009901", "titre_cour": "Eglise abbatiale Saint-Magloire (Léhon)", "type_dossi": "OeuvreArchitecture", "denominati": "église paroissiale", "cadre_etud": "enquête thématique régionale ; inventaire topographique", "affixe_cad": "églises romanes de Bretagne ; Communauté de communes de Dinan", "date_enque": "2006", "date_borde": "2007 ; 2013", "nature_dos": "sous-dossier", "phase": "étudié", "destinatio": null, "partie_con": null, "adresse": "Léhon", "lieudit": null, "commune": "Léhon", "datation_p": "limite 12e siècle 13e siècle", "datation_s": "13e siècle", "materiaux_": "granite", "materiau_1": null, "protection": "classé MH", "date_prote": "1931\/09\/30", "statut": "propriété de la commune", "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/fa3846da-7590-4172-aaf6-8e5319f4adc5", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=3ea80ba3-ffa1-462f-9546-8fab6f231241", "date_modif": "2016-11-04", "type_geom": "polygone", "surface": 0.319553, "ident": "E25C66EACB7DA791", "search_id": "etude_patrimoine_architecture.E25C66EACB7DA791" }, "geometry": { "type": "Point", "coordinates": [ -226830.34020407224, 6180757.7745808689 ] } },
-{ "type": "Feature", "id": "83439727-547a-4d8b-b885-ae6574a7b729", "properties": { "id": "83439727-547a-4d8b-b885-ae6574a7b729", "reference": "IA22132374", "titre_cour": "Viaduc (Lanvallay, Dinan)", "type_dossi": "OeuvreArchitecture", "denominati": "viaduc", "cadre_etud": "inventaire topographique", "affixe_cad": "Communauté de communes de Dinan", "date_enque": "2014", "date_borde": "2014", "nature_dos": null, "phase": "étudié", "destinatio": null, "partie_con": null, "adresse": "Lanvallay", "lieudit": null, "commune": "Lanvallay", "datation_p": "milieu 19e siècle", "datation_s": null, "materiaux_": "granite", "materiau_1": null, "protection": null, "date_prote": null, "statut": null, "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/83439727-547a-4d8b-b885-ae6574a7b729", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=76a4b931-d6b8-45ed-920a-b7f85934c007", "date_modif": "2016-08-26", "type_geom": "polygone", "surface": 0.091339, "ident": "7C3D9F661AE8B182", "search_id": "etude_patrimoine_architecture.7C3D9F661AE8B182" }, "geometry": { "type": "Point", "coordinates": [ -226892.62839169346, 6182815.8762822356 ] } },
-{ "type": "Feature", "id": "0644ce24-c6e9-4d00-8017-f24128605707", "properties": { "id": "0644ce24-c6e9-4d00-8017-f24128605707", "reference": "IA22132187", "titre_cour": "Port de Lanvallay", "type_dossi": "OeuvreArchitecture", "denominati": "port", "cadre_etud": "inventaire topographique", "affixe_cad": "Communauté de communes de Dinan", "date_enque": "2013", "date_borde": "2014", "nature_dos": "dossier individuel", "phase": "étudié", "destinatio": null, "partie_con": null, "adresse": "Lanvallay", "lieudit": null, "commune": "Lanvallay", "datation_p": "Moyen Age ; Temps modernes ; Epoque contemporaine", "datation_s": null, "materiaux_": null, "materiau_1": null, "protection": null, "date_prote": null, "statut": null, "selection": null, "aire_etude": "Parc Régional Rance Côte d'Emeraude", "lien_dossi": "http:\/\/patrimoine.bzh\/gertrude-diffusion\/dossier\/0644ce24-c6e9-4d00-8017-f24128605707", "lien_image": "http:\/\/kartenn.region-bretagne.fr\/ws\/gertrude\/index.php?illustration=a0c04f03-605a-48b9-966b-740a0bc8a232", "date_modif": "2016-08-26", "type_geom": "polygone", "surface": 4.382340, "ident": "1BB502899332B2E6", "search_id": "etude_patrimoine_architecture.1BB502899332B2E6" }, "geometry": { "type": "Point", "coordinates": [ -226815.32171503489, 6183251.2069003535 ] } }
-]
-}
diff --git a/stories/dinan_leon/dinan_leon_t3.css b/stories/dinan_leon/dinan_leon_t3.css
deleted file mode 100644
index 27e4520..0000000
--- a/stories/dinan_leon/dinan_leon_t3.css
+++ /dev/null
@@ -1,208 +0,0 @@
-/* ---- Int�gration des fonts */
-
-@font-face {
- font-family: "PT_bold";
- src: url('../../css/fonts/PT_Sans_Narrow/PT_Sans_Narrow_Bold.ttf');
-}
-@font-face {
- font-family: "PT_regular";
- src: url('../../css/fonts/PT_Sans_Narrow/PT_Sans_Narrow_Regular.ttf');
-}
-@font-face {
- font-family: "roboto_black";
- src: url('../../css/fonts/Roboto/Roboto-Black.ttf');
-}
-@font-face {
- font-family: "roboto_bold";
- src: url('../../css/fonts/Roboto/Roboto-Bold.ttf');
-}
-@font-face {
- font-family: "roboto_regular";
- src: url('../../css/fonts/Roboto/Roboto-Regular.ttf');
-}
-@font-face {
- font-family: "roboto_light";
- src: url('../../css/fonts/Roboto/Roboto-Light.ttf');
-}
-
-
-/* Titre de la storymap */
-
-#content-title {
- font-family: 'PT_bold';
- color: #ffffff;
-}
-/* PANEL-STORY */
-
-#panel-story {
- font-family: "Open Sans";
- background-color: rgba(0,0,0,1);
- padding-left: 0px;
- padding-right: 0px;
-}
-
-.item.background:before{
- opacity: 0.7;
-}
-/* Openlayers 3 controls */
-
-.ol-control button {
- background-color: rgba(149, 165, 166, 0.5);
-}
-.ol-control button:hover,
-.ol-control button:focus {
- background-color: rgba(149, 165, 166, 0.8);
-}
-/* Hide zoom controls */
-
-.ol-zoom {
- display: none;
-}
-.ol-custom-overviewmap,
-.ol-custom-overviewmap.ol-uncollapsible {
- bottom: 10px;
- left: 0;
- right: auto;
- top: auto;
-}
-.ol-custom-overviewmap:not(.ol-collapsed) {
- border: 0px solid #f5f5f5;
-}
-.ol-custom-overviewmap .ol-overviewmap-map {
- border: none;
- width: 200px;
-}
-.ol-custom-overviewmap .ol-overviewmap-box {
- border: 2px solid #A39F9F;
-}
-.ol-custom-overviewmap:not(.ol-collapsed) button {
- bottom: auto;
- left: auto;
- right: 1px;
- top: 1px;
-}
-.ol-zoom {
- top: 70%;
- left: 0.5em;
-}
-/* Carousel template */
-
-.carousel-indicators {
- background-color: #d8d8d8;
-}
-.carousel-control span:hover {
- background-color: #8e44ad;
-}
-.carousel-control span {
- background-color: #9b59b6;
-}
-.carousel-indicators .active {
- background-color: #8e44ad;
-}
-.progress {
- background: rgba(245, 245, 245, 1);
- /*border: 3px solid rgba(245, 245, 245, 1);*/
- height: 8px;
-}
-#template .progress-bar-custom {
- background-color: #000000!important;
-}
-.carButton {
- background-color: rgba(238, 238, 238, 0.2);
-}
-
-
-/* custom-tooltip */
-
-.tooltip-custom.tooltip-inner {
- background-color: #000000;
- padding: 10px 8px 10px;
- color: #fff;
- font-family: "PT_regular";
- font-size: 15px;
- letter-spacing: 1;
-}
-.tooltip-custom.tooltip.top .tooltip-custom.tooltip-arrow {
- border-top-color: #000000;
-}
-.tooltip-custom h5 {
- margin-bottom: 0;
-}
-.tooltip-custom.tooltip.in {
- opacity: 1;
-}
-.item iframe {
- width: 100%;
- height: 100%;
- border: none;
-}
-
-/*----------------------------------------------- Modifications css Agathe*/
-
-/* Titre StoryMap*/
-#content-title h1{
- font-size: 55px!important;
- text-shadow: 0px 0px 7px rgba(0,0,0,0.9);
- letter-spacing: 2px;
- background-color: rgba(0, 0, 0, 1);
-}
-#content-title h3{
- color:#000;
- font-size: 30px!important;
- text-shadow: 0px 0px 7px rgba(0,0,0,0.75);
- letter-spacing: 1px;
-}
-
-/* Panel-Story*/
-#panel-story .etape{
- font-family: "PT_bold";
- font-size:18px;
-}
-#panel-story .resume{
- font-family: "roboto_light";
- font-size: 15px;
- padding-right: 30px;
- text-align: justify;
-}
-#panel-story .localisation{
- margin-top: 15px;
- font-family: "PT_bold";
- font-size:18px;
- letter-spacing: 0.5px;
-}
-.localisation {
- background-image: url(image/placeholder.svg);
- background-repeat: no-repeat;
- background-size: 15px 20px;
- margin-left: 30px;
-}
-#panel-story .historique{
- font-family: "PT_bold";
- font-size:18px;
- letter-spacing: 0.5px;
-}
-.historique {
- background-image: url(image/calendar.svg);
- background-repeat: no-repeat;
- background-size: 15px 20px;
- margin-left: 30px;
- margin-bottom: 25px;
-}
-.lien_dossi {
- margin-left: 30px;
- color: #000;
- font-size:13px;
- background-color: white;
- padding: 10px 20px 10px 20px;
- border-radius: 20px;
- font-family: "roboto_bold";
-}
-a:hover{
- color: #000!important;
- text-decoration: underline;
-}
-.carousel-inner h2{
- font-family: 'PT_bold';
- font-size: 40px;
-}
-
diff --git a/stories/dinan_leon/image/IVR53_20112201094NUCA.jpg b/stories/dinan_leon/image/IVR53_20112201094NUCA.jpg
deleted file mode 100644
index aced58c..0000000
Binary files a/stories/dinan_leon/image/IVR53_20112201094NUCA.jpg and /dev/null differ
diff --git a/stories/dinan_leon/image/IVR53_20142209682NUCA.jpg b/stories/dinan_leon/image/IVR53_20142209682NUCA.jpg
deleted file mode 100644
index 9b35c32..0000000
Binary files a/stories/dinan_leon/image/IVR53_20142209682NUCA.jpg and /dev/null differ
diff --git a/stories/dinan_leon/image/calendar.svg b/stories/dinan_leon/image/calendar.svg
deleted file mode 100644
index f4ad3b0..0000000
--- a/stories/dinan_leon/image/calendar.svg
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stories/dinan_leon/image/itineraire.svg b/stories/dinan_leon/image/itineraire.svg
deleted file mode 100644
index 7a65d21..0000000
--- a/stories/dinan_leon/image/itineraire.svg
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-image/svg+xml
\ No newline at end of file
diff --git a/stories/dinan_leon/image/nextButton.png b/stories/dinan_leon/image/nextButton.png
deleted file mode 100644
index 87505dd..0000000
Binary files a/stories/dinan_leon/image/nextButton.png and /dev/null differ
diff --git a/stories/dinan_leon/image/placeholder.svg b/stories/dinan_leon/image/placeholder.svg
deleted file mode 100644
index 04b801e..0000000
--- a/stories/dinan_leon/image/placeholder.svg
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/stories/dinan_leon/image/placeholder_black.svg b/stories/dinan_leon/image/placeholder_black.svg
deleted file mode 100644
index 15bf0ac..0000000
--- a/stories/dinan_leon/image/placeholder_black.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-image/svg+xml
\ No newline at end of file
diff --git a/stories/dinan_leon/image/placeholder_black_light.svg b/stories/dinan_leon/image/placeholder_black_light.svg
deleted file mode 100644
index 5c84d5c..0000000
--- a/stories/dinan_leon/image/placeholder_black_light.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-image/svg+xml
\ No newline at end of file
diff --git a/stories/dinan_leon/image/precButton.png b/stories/dinan_leon/image/precButton.png
deleted file mode 100644
index d099161..0000000
Binary files a/stories/dinan_leon/image/precButton.png and /dev/null differ
diff --git a/stories/dinan_leon/splash.html b/stories/dinan_leon/splash.html
deleted file mode 100644
index 01659a5..0000000
--- a/stories/dinan_leon/splash.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
- splash
-
-
-
-
-
-
-
-
-
-
-
-
-
DE DINAN À LÉHON
-
Par le chemin de halage
-
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur commodo nibh odio, nec blandit purus faucibus id. Suspendisse vel ante scelerisque, mollis dui nec..
-
-
-
-
-
-
-
-
-
-