Closed garyhlusko closed 7 years ago
Hi @garyhlusko, have you checked that scripts are correctly loaded? And is your script called after the declaration of the scripts?
Some comments:
markers
to the map, as you will add them with the timedimension layer.Sorry for the slow reply, but thanks for the help and clarification. It helps alot.
I'm sure this is an issue because I'm missing something. I'm having the error:
L.TimeDimension is undefined
Here is how I have my map declared:
` map = new L.map('map',{
`
Late I add a GeoJson Time Dimension Layer of
var testTimeLayer = L.TimeDimension.geoJson(markers).addTo(map);
Here is my header declaration of scripts. I'm using django to pull the static files.
`
`