open-reblock / topology

3 stars 2 forks source link

Define frontend payload #13

Open danrademacher opened 9 years ago

danrademacher commented 9 years ago

JSON object:

{
      "title": "titlehere",
      "filelocation": "filelocation",
       "id": "id_here"
}

then this gets handed to existing GeoDjango processor

@mojodna, does this make sense?

mojodna commented 9 years ago

Attributes:

cesandoval commented 9 years ago
{
      "title": "titlehere",
      "filelocation": "filelocation",
       "id": "id_here",
       "srs": "srs_here",
       "units": "geometry_units",
       "geometry_type": "type"
}