-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with .json file converted from .osm #104
Comments
can you install firebug and display the errors you see in the javascript console? you can also do this in the native javascript console. If you run it all locally, browsers don't let you load data from the local filesystem. You may need to put it online for it to work. what OS are you? Windows? If it's a permissions issue due to local files, you'll see something like this (from Chrome):
|
I'm using ubuntu 11.04, FF displays map fine with the default Rome, and console does not have error, just caution: "Use of getAttributeNodeNS() is deprecated. Use getAttributeNS() instead." I know the permission issue on Chrome, but FF does not meet this problem, so I guess the issue is from the .json file. |
try using an online JSON validator to find your problem, that's a good On Wed, Apr 18, 2012 at 1:08 AM, ledaihpvn <
|
I tried it with http://jsonlint.com/ and it's valid. Could you download my file and check please? |
sorry, let this slip by. Are you displaying locally then? Have you tried doing it remotely? |
Hello,
I met a problem, here is the steps to that:
Here are link to my .osm, .json and index.html file. Please take a look and tell me why it does not work. Thanks in advance :)
http://www.mediafire.com/?z2k755a6b8i4rz1
The text was updated successfully, but these errors were encountered: