From d5520ae95bda8502599b66cef00445525a22ced3 Mon Sep 17 00:00:00 2001 From: elemoine Date: Tue, 26 Mar 2013 13:00:17 -0700 Subject: [PATCH] Updated Use Cases (markdown) --- Use-Cases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Use-Cases.md b/Use-Cases.md index 2331870..604aa80 100644 --- a/Use-Cases.md +++ b/Use-Cases.md @@ -36,6 +36,8 @@ This alternative can be implemented if the layer knows the map projection. The _Questions from Eric:_ +How do we know that the transform's source projection is EPSG:4326? It's not specified anywhere in the application code. + Why does the layer need to know about the map/view projection for implementing this? The layer renderer knows about the map/view projection, so it can be the one providing the projection. ### Generate features in app and add to a layer