Hi,
I've installed your module last week and is was working perfectly: few minutes and all my nodes where visible in the layar app on my phone. Today I checked again and there are no results, both on my phone and on the layar test page.
At the POI URL of the layar I receive this message:
{"hotspots":[],"layer":false,"errorCode":1,"errorString":"Input fields were either missing or failed sanitization."}
Some clue?
Thanks in advance and please let me know if you need additional information.
Comments
Comment #1
mtoscano commentedProblem solved.
It seems that there is a conflict between the "Layar: Location latitude/longitude is within Layars requested Proximity" and the filters that you can set at http://www.layar.com. Indeed, the problems occur after I tested the layar in the testing facility provided at http://www.layar.com.
Removing the filter "Layar: Location latitude/longitude is within Layars requested Proximity" in the view everything is back working, even if the message "Input fields were either missing or failed sanitization." is still displayed at the POI URL of the layar.
Comment #2
firfin commentedThis happens when you don't supply the necessary inputs/arguments. What is the exact POI URL you use? Does it contain the necessary arguments?
Try copying " POI fwd url " from the console in the layar test environment. That should give you a valid POI url including a correct query string. At the very least the query should contain:
?lon=53.5353535353&radius=1500&radius=999&lat=51.5151515151&layerName=[yourlayarname]
Comment #3
edwbaker commented