S. Andrew Sheppard

Results 36 comments of S. Andrew Sheppard

I tried adding `"module": "src/index.js"` to package.json (see #192). This fixed the issue for me with the latest create-react-app and babel. Does the fix work for anyone else?

Actually, I think conditional loading is a good way to address the custom build scenario, even without necessarily supporting the asynchronous / browser use case. For example, you might rewrite...

In theory, once step 1 is solved you could just throw it a wkt and check the `projections.registry` to see what it came up with.

We probably don't need the try, though the dynamic require might still be useful. The example I gave didn't really demonstrate my reasoning very well - it comes from an...

Sure, that would work. I'm not so much talking about how to actually include the files (either of your examples seem fine), but more about how we would compute which...

Re: 3.iii (async loading), the most important takeaway from my example is that a hook won't really be able to do much except report which modules are missing - it...

Sure, I didn't mean abandonment, just that certain workflows (in particular the cross-module, async ones) would be much easier with AMD source modules. If the projections are mostly self-contained anyway,...

I should note that DevGuide and Download already link here but could be updated.

Yeah, not that much content actually.

Also what about proj4js.org