Today i can´t download anyone dataset or feature because the web display doesn´t expand the options for download dataset .

2600
3
09-29-2015 09:21 AM
Katheryn_ZulayPeraza
Esri Contributor

Hello all ,

Please, I need your help

We have a ArcGIS Open Data Site... datosabiertos.esri.co . Today i can´t download anyone dataset or feature ( http://datosabiertos.esri.co/datasets/682e4646871c4e38a5f41bf8992982d2_0 ) because the web display doesn´t expand the options for download dataset .

The web service is working , i put the same service in other Arcgis Open Data site ( http://datosprueba.esri-colombia.opendata.arcgis.com/datasets/682e4646871c4e38a5f41bf8992982d2_0) and i can download successfully this feature.


I don´t know what happend or how i can resolve this issue ..... Do you have some idea for it?
( I think that the quantity of features could be the problem < i have 151 datasets in my Arcgis Open Data Site> , maybe )

I attentive to your comments ,

Thank you in advanced

Tags (1)
0 Kudos
3 Replies
CourtneyClaessens
Occasional Contributor III

Hi Katheryn,

Looks like something in the CSS is interfering with the button opening. The size of the dataset shouldn't impact the button functions. I've submitted an issue with our design team and I'll report back when we have a fix for you.

Thanks,

Courtney

0 Kudos
Katheryn_ZulayPeraza
Esri Contributor

Hi Courtney,

Thanks in advanced for you help. I reviewed the html  and  found the fix.  Now we dont need include the next line in the html header :

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

Have a nice day

0 Kudos
CourtneyClaessens
Occasional Contributor III

Katheryn - there is a line of jquery that is interfering. If you remove the following line from your HTML, it should function properly:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>

0 Kudos