Skip to content
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

Chrome hangs out when default epoch changes #67

Open
onurtore opened this issue Sep 13, 2018 · 1 comment
Open

Chrome hangs out when default epoch changes #67

onurtore opened this issue Sep 13, 2018 · 1 comment

Comments

@onurtore
Copy link

onurtore commented Sep 13, 2018

Hello guys!
So i have been trying to use Example1 with different epoch times,but i couldnt,when i use custom time,blank page loads,chrome slows down ( hangs out ) also no error appears on console.Its looks very weird.

below my custom "demo-track.js"

var trial_path= {
  "type": "Feature",
  "geometry": {
    "type": "MultiPoint",
    "coordinates": [
       [28.9795309, 41.015137 ],

       [36.33, 41.28667 ]]
  },
  "properties": {    
    "time": [1284404781000,1347563181000]
  }
}
var demoTracks = [trial_path];

edit : I opened in firefox and this dropped to console;
"uncaught exception: out of memory"

@onurtore onurtore changed the title Chrome hangs out and when default epoch changes Chrome hangs out when default epoch changes Sep 14, 2018
@Aycaa
Copy link

Aycaa commented Nov 27, 2023

Hello, I'm having the same problem. Did you find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@onurtore @Aycaa and others