installation issues

13 years 5 months ago #57 by marandan@gmail.com
installation issues was created by marandan@gmail.com
I installed both components of the store locator and loaded about 20 records. Some via csv file and some manual. I get the following message above each of the records. Can you tell what's wrong?

, {x: 400, y: 46}); } else if ( $('lat').value == '' || isNaN($('lat').value) || $('lat').value 90) { SqueezeBox.applyContent('
Latitude and longitude values must correspond to a valid location on the face of the earth.

Latitude values can take any value between -90 and 90
', {x: 550, y: 80}); } else if ( $('lng').value == '' || isNaN($('lng').value) || $('lng').value 180) { SqueezeBox.applyContent('
Latitude and longitude values must correspond to a valid location on the face of the earth.

Longitude values can take any value between -180 and 180
', {x: 550, y: 80}); } else { document.getElementById('lat').disabled = false; document.getElementById('lng').disabled = false; submitform( pressbutton ); } } -->

thanks

Please Log in to join the conversation.

  • marandan@gmail.com
  • Topic Author
  • Offline
More
13 years 5 months ago - 13 years 5 months ago #58 by sysgenmedia
Replied by sysgenmedia on topic installation issues
Hi,

I sent you an email to continue this further... I'll probably need some more information to figure out whats happening...

Thanks,
Jared

Please Log in to join the conversation.

More