Getting Started

Download sources

IMP v0.1 as zip file from github

or fork us on github https://github.com/terrestris/IMP

Extract the files on your server

Integrate IMP in your application

$myImp = new Imp('xml');


$myImp->asHtml();

$myImp->asInspireHtml();

$myImp->asPdf();

$myImp->asJson();

$myImp->asJsonp();

$myImp->asOpenlayersFeatures();

For further information check the API documentation below: