Search the Community
Showing results for tags 'Coordinates'.
-
Coordinates In Map Mashup Display In Wrong Locations
ShannonB posted a question in API and Integration
I am using the map mash up to display the locations of different ports using there coordinates but the markers are showing the wrong locations. For example, Houston in american is 95.02 W 29.61 N but the marker is being placed in the middle of China? Any suggestions would help Thanks, Shannon- 4 replies
-
- map mashup
- map
-
(and 1 more)
Tagged with:
-
Hi Everyone, I would like to share a solution on how to generate geolocation coordinates on Update/Details datapages. My solution based on following HowTo article: http://howto.caspio.com/tech-tips-and-articles/advanced-customizations/tech-tip-generating-geolocation-coordinates-from-web-form-submissions/ Please use this JS instead of the one from step #3 of above article: </div><script type='text/javascript'> var lat_id = 'EditRecordlat'; var lng_id = 'EditRecordlng'; var address_id = 'EditRecordAddress'; var city_id = 'EditRecordCity'; var state_id = 'EditR
-
- geolocation
- mapmushup
-
(and 3 more)
Tagged with:
-
Hello All I want to restrict what geographic location users can submit my forms from. Basically, I want the form to look up the latitude and longitude and match it against ones on my table. Then (within a couple of hundred feet or so) I want it to either- Accept the location the user is at as being the one I've agreed and submit the data Don't accept the user's location (they are more than a couple of hundred feet away from the latitude and longitude on my table) and put up an error message 'Sorry - you are not in the right location to complete this form'. I know this can be done, b
- 4 replies
-
- geolocation
- coordinates
-
(and 5 more)
Tagged with:
-
I want to use x, y coordinates in my map mashup. But I can not see the markers. The map is on my website, but no markers are on it. I have done all the instructions on the website. In my table de x, y coordinates are type "number". In my datapage number is defined as recommended. This is an example of my coordinates: 520973.888 677218.1328 What do I wrong? Regards Heleen