Tim Rosencrans Posted May 27, 2010 Posted May 27, 2010 b m var map = new YMap(document.getElementById('map')); map.addTypeControl(); map.setMapType(YAHOO_MAP_REG); var Cent = new YGeoPoint( 41.9485,-86.1566); map.drawZoomAndCenter(Cent, 3); var loc = new YGeoPoint( 41.9485,-86.1566); map.showSmartWindow(loc,"291"); e
Tim Rosencrans Posted May 28, 2010 Author Posted May 28, 2010 Well I got it fixed. Looks like its a text encoding issue. Some character in the appID key doesn't like utf-16 encoding. That was the reason my external files stopped working they got saved as utf-16. utf-8 and latin encodings worked however. Of course FileMaker makes everything utf-16 so thats a problem, but after a couple of tries I got a new app key without any problem characters (I have no idea what ones) and everything works fine. ...and it only took six hours! ???
comment Posted May 28, 2010 Posted May 28, 2010 Did you manage to get this working without requiring an external HTML file?
Recommended Posts
This topic is 5305 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now