Skip to content

StephanU/geocouch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geocouch-Example

Geocouch Example

Prerequisites

Installation

erica push http://localhost:5984/geocouch-example

In your browsers console:

$.ajax({
  "type":"POST",
  "contentType":"application/json",
  "url":"http://localhost:5984/geocouch-example/_bulk_docs",
  "data":JSON.stringify(createSeedData([52.651, 13.239], [52.392, 13.594], 0.01))
});

About

Example app using geocouch geometry search and leaflet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published