Commit cf38afdf7f38263189251d360bc4cc014d177242
1 parent
50eae6f1
deleted files not used
Showing
2 changed files
with
10 additions
and
4 deletions
datalets/donutpie3dchart-datalet/donutpie3dchart-datalets.png deleted
50.5 KB
demo.html
@@ -262,8 +262,10 @@ | @@ -262,8 +262,10 @@ | ||
262 | </template> | 262 | </template> |
263 | <script> | 263 | <script> |
264 | 264 | ||
265 | - DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/"; | ||
266 | - DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list"; | 265 | + //DEEP.deepUrl = "http://deep.routetopa.eu/DEEP/"; |
266 | + //DEEP.datasetsList = "http://deep.routetopa.eu/DEEP/datalets-list"; | ||
267 | + DEEP.deepUrl = "http://192.168.186.137/DEEalerProvider/DEEP/"; | ||
268 | + DEEP.datasetsList = "http://192.168.186.137/DEEalerProvider/DEEP/datalets-list"; | ||
267 | 269 | ||
268 | DEEP.Datasets = { | 270 | DEEP.Datasets = { |
269 | names:[ | 271 | names:[ |
@@ -281,7 +283,9 @@ | @@ -281,7 +283,9 @@ | ||
281 | 'Ireland - Dun Laoghaire-Rathdown County Council Planning Application 2008-2014', | 283 | 'Ireland - Dun Laoghaire-Rathdown County Council Planning Application 2008-2014', |
282 | 'Ireland - Fingal Council Planning Applications for last 7 years', | 284 | 'Ireland - Fingal Council Planning Applications for last 7 years', |
283 | 'Ireland - Planning Register', | 285 | 'Ireland - Planning Register', |
284 | - 'Ireland - Fingal Development Plan 2011-2017 Record of Protected Structures' | 286 | + 'Ireland - Fingal Development Plan 2011-2017 Record of Protected Structures', |
287 | + 'Bubble example', | ||
288 | + 'Issy - 3d pie chart' | ||
285 | ], | 289 | ], |
286 | urls: [ | 290 | urls: [ |
287 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=07843fc3-07e1-4c66-9be4-fed43ca4a26f', | 291 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=07843fc3-07e1-4c66-9be4-fed43ca4a26f', |
@@ -298,7 +302,9 @@ | @@ -298,7 +302,9 @@ | ||
298 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=c479f061-9638-489d-ac55-0c68765548ff', | 302 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=c479f061-9638-489d-ac55-0c68765548ff', |
299 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=d29a477a-4734-43ef-8002-048c8640d441', | 303 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=d29a477a-4734-43ef-8002-048c8640d441', |
300 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=2b23f32d-e27e-4eef-af1e-27e05103df7d', | 304 | 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=2b23f32d-e27e-4eef-af1e-27e05103df7d', |
301 | - 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=5ea813bc-fdf9-4edb-b3b1-0142b593d5c6' | 305 | + 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=5ea813bc-fdf9-4edb-b3b1-0142b593d5c6', |
306 | + 'http://ckan.routetopa.eu/api/action/datastore_search?resource_id=0cb600fc-19ad-4aaf-9794-1e6ea851840a', | ||
307 | + "https://data.issy.com/api/records/1.0/search?dataset=flux-rss-des-offres-demplois-a-issy-les-moulineaux&sort=published&facet=published&refine.published=2015%2F10" | ||
302 | ] | 308 | ] |
303 | }; | 309 | }; |
304 | 310 |