Hi all.
I receive the same issue using a hyperlink, part of the URL & the Text shows up as follows:
+ontario&hl=en&ll=45.249996,-76.766667&spn=0.022811,0.055575&sll=45.454545,-75.6945677&sspn=5.812056,14.227295&hnear=Somewhere,+Renfrew+County,+Somewhere&t=m&z=15, Somewhere
and my script
$().SPServices.SPDisplayRelatedInfo({
The "Map" site column is just a simple hyperlink field.
Tx
Carl
I receive the same issue using a hyperlink, part of the URL & the Text shows up as follows:
+ontario&hl=en&ll=45.249996,-76.766667&spn=0.022811,0.055575&sll=45.454545,-75.6945677&sspn=5.812056,14.227295&hnear=Somewhere,+Renfrew+County,+Somewhere&t=m&z=15, Somewhere
and my script
$().SPServices.SPDisplayRelatedInfo({
columnName: "City",
relatedList: "{251864CB-6094-4695-8C1B-F0FD6B77CC0B}",
relatedListColumn: "Title",
relatedColumns: ["Title", "Latitude", "Longitude", "Map", "Note"],
displayFormat: "list",
debug: true
});The "Map" site column is just a simple hyperlink field.
Tx
Carl