Comments
-
I can try to replicate the issue. I'm sure we can fix it if you send me the code you have.If you see some of my above posts in regards to static info on how to view the source, I'll need similar info below. Just a sample of how it will look like. You can send a few lines so i can test it. ///////////BEGIN STATIC TEST INFO…
-
It could be. Try to create the link manually.. for example: https://xx xxxxxxxxxx/Orion/GoogleMap/GoogleMapMenu.aspx?Site_ID=1001%20-%20Toledo%20Hospital Try loading the link you created on the browser and see if works. Note this the %20 in place of the white space (empty space)
-
I'm no guru myself, but do a lot of troubleshooting. This may be an issue with the link its creating from the function attachInfoWindow. Does the site ID and name you are using have any white space?
-
Try checking the function attachInfoWindow code along with code in the GoogleMapmenu.aspx page. If I am understanding it correctly, you will need to edit it to match with the site ID and name as you mentioned.
-
Great news!
-
Yes it could be the issue. Try the static info to test further. state="TX"; You will place it right below this line var LatLongs = new Array();
-
Also note: There is a commented line on line 33 that is incorrect in GoogleMap.aspx. This may be the cause of the issue. LINE 33 of GoogleMAp.aspx Change // with REM
-
Ok.. so this is the way I tested my connection string. 1. Create a Notepad text file and place it on your desktop or server or where ever you want to test the connection from. 2. Rename the Text file to testconnection.udl and save it with that file extension (udl). 3. Enter your info and Test Conenction. (see pic below) If…
-
Great! That is what I wanted to know. I made a post to check if the nodes are populated correctly by doing this below. Once you verify this, then we can test your DB connection. I'll have to dig some of my notes on how I confirmed the DB connection. ---- ">tezt Aug 15, 2014 2:59 PM (in response to damiancbessemer) Also,…
-
Hi, What browser are you using? When the white page loads, can you provide the "view source" code from the browser. There will be different ways to view the source depending on the browser FYI
-
here you go. Adding Live Weather to the "Worldwide Map" Resource
-
One last try.. create an html document in the same GoogleMap folder and paste the html code below (use notepad and save it as an html file). save it to whatever name you want, i saved it as swtest.html. Its basically the same code posted without the VB code, no connecting to the database. its just Static info as you can…
-
Hey Damian. I'm not able to recognize any of the code you copied over. The code should look like https://gist.githubusercontent.com/BarefootAtomic/a396a12541ff97a2ce1f/raw/adcca2d6f1e4e0f329e2e25579fd8fdc62c4c7dd/Goog… minus the VB code.. So really just the Javascript. It may be possible that the "undefined" message you…
-
The query output your speaking of.. is it visible when you view the source in Chrome now? or the output from the Database Manager? Also, are there any errors on Chrome when hit press CTRL+Shift+J ? If your on IE press F12. It may show you Javascript errors. For that comma after the "image" on line 195, IE doesn't like it.…
-
If you are still getting a blank page try to view any errors that may appear by pressing CTRL+Shift+J in Chrome. If there are any issues with the code it should appear and you can view what line is causing it. Also, run this query below in your DB and see if all columns are populated with data. This query is from the…
-
Yes this is still working. First take your entire link http:XXXXXXX/Orion/GoogleMap/GoogleMap.aspx?maptype=TERRAIN&radar=true&state=TX whatever it may be and open it in another browser window/tab. I use Chrome to "view source" of the html and check if any data is getting through. You can do that by right-clicking the blank…
-
I can confirm it can go over 50. We are well over in the 100's and works fine. .
-
How do you make a capital letter?