Home > geo

geo

Geo is a project mainly written in ..., it's free.

Javascript routines for working with geojson data

Welcome to geo.js!

This project will host a series simple geo-helpers for working with GeoJSON data within Javascript.

Example:

  1. Include geo.js in your html
  2. Load up some geojson
  3. Use geo.js to: a. Retrieve to BBOX of all (or just some) features b. Calculate the center point of all polygon feature c. Simplify data
Previous:albert001