Skip to content

Instantly share code, notes, and snippets.

! name = Press Whitelist
! description = Whitelist press
! public = true
! homepage = https://github.com/
# MODE WHITELIST STRICT
$discard
$boost=13,site=latribune.fr
$boost=13,site=lesechos.fr
!info name = Press
!desc = Press
!public = true
!homepage = https://github.com/
$weight = 0
# BOOST
$boost = domain:(latribune.fr | lesechos.fr | usinenouvelle.com | journaldesentreprises.com | challenges.fr | capital.fr | bfmbusiness.bfmtv.com | boursorama.com | lagefi.fr | entreprendre.fr | management.fr | strategies.fr | actionco.fr | chefdentreprise.com | decideurs-magazine.com | maddyness.com | frenchweb.fr | forbes.fr),$position=top,$boost=13
@mapshaker
mapshaker / postgistogeojson.js
Created January 5, 2018 11:09 — forked from samgiles/postgistogeojson.js
A function that converts a PostGIS query into a GeoJSON object.
/*
* A function that converts a PostGIS query into a GeoJSON object.
* Copyright (C) 2012 Samuel Giles <sam@sam-giles.co.uk>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,