DSContEd / IntroWebDevelopment

At the end of the course, students will be able to plan, design, and implement a web site using current standards and best practices.
1 stars 1 forks source link

How does the browser "see " the data (geoJSON)? #11

Open TonyGoodDay2 opened 7 years ago

TonyGoodDay2 commented 7 years ago

How does the browser "see " the data (geoJSON)?

jjsahn commented 7 years ago

Use of getPreventDefault() is deprecated. Use defaultPrevented instead. live.bundle.js:16:8226 data: Object { type: "FeatureCollection", crs: Object, features: Array[103] }

cmitchell74 commented 7 years ago

image

jjsahn commented 7 years ago

image