Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettrayj committed Sep 17, 2017
1 parent 13b3858 commit eeb7b38
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PHP7 Mapnik
Introduction
------------

PHP7 Mapnik is an extension that enables geospatial rendering with [Mapnik](http://mapnik.org/).
This project is an extension for PHP 7 that enables geospatial rendering with [Mapnik](http://mapnik.org/).
Create tile generation scripts, dynamic tile services, or static maps with Mapnik XML and PHP.

* [API Documentation](http://garrettrayj.github.io/php7-mapnik/api/)
Expand All @@ -16,16 +16,15 @@ Create tile generation scripts, dynamic tile services, or static maps with Mapni
[![Build Status](https://travis-ci.org/garrettrayj/php7-mapnik.svg?branch=master)](https://travis-ci.org/garrettrayj/php7-mapnik)



Requirements
------------

* PHP 7.0.x
* PHP >= 7.0
* php7.0-gd
* php7.0-dev
* Available through `sudo apt-get install php-dev php-gd` on Ubuntu 16.04 Xenial
* Mapnik 3.0.x
* mapnik-config
* mapnik-config
* Available through `sudo apt-get install libmapnik-dev` on Ubuntu 16.04 Xenial

Installation
Expand All @@ -52,8 +51,6 @@ Run the example...
Usage
-----

See the [API Documentation](http://garrettrayj.github.io/php7-mapnik/api/) for the complete breakdown of available functionality.

```php
<?php

Expand Down Expand Up @@ -83,4 +80,7 @@ $renderer->apply();

// Save PNG image file
$image->saveToFile('my_awesome_map.png');
```
```

See the [API Documentation](http://garrettrayj.github.io/php7-mapnik/api/) for a complete list of
available objects and methods.

0 comments on commit eeb7b38

Please sign in to comment.