Jump to content
Server Maintenance This Week. ×

Web Viewer Problems


This topic is 5095 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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! ???

Link to comment
Share on other sites

This topic is 5095 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.