Re: [gdal-dev] Add a style to a Geojson Layer

2013-03-28 Thread Thomas Gratier
Hello, It seems you're not aware Geosjon is not KML, there is no mix between styles and data, it's only data. Read the specification http://www.geojson.org/geojson-spec.html Regards ThomasG ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://list

Re: [gdal-dev] Add a style to a Geojson Layer

2013-03-28 Thread Wael Tarhouni
Anybody here? 2013/3/28 Wael Tarhouni > Hi all; > > I'm trying to add a style to a geojson layer which is composed by a simple > multipolygon but it can't be applied... > > This is the code: > > > *{ "type": "MultiPolygon", > "coordinates": [ > [[[102.0, 2.0], [103.0, 2.0], [103.0, 3.0], [

[gdal-dev] Add a style to a Geojson Layer

2013-03-28 Thread Wael Tarhouni
Hi all; I'm trying to add a style to a geojson layer which is composed by a simple multipolygon but it can't be applied... This is the code: *{ "type": "MultiPolygon", "coordinates": [ [[[102.0, 2.0], [103.0, 2.0], [103.0, 3.0], [102.0, 3.0], [102.0, 2.0]]], [[[100.0, 0.0], [101.0, 0.

[gdal-dev] Add a style to a geojson layer

2013-03-28 Thread Wael Tarhouni
Hi All; Excuse me for this question but i'm trying to add a style to a simple Multipolygon in a GeoJson file but it can't be applied! This is the code : *{ "type": "MultiPolygon", "coordinates": [ [[[102.0, 2.0], [103.0, 2.0], [103.0, 3.0], [102.0, 3.0], [102.0, 2.0]]], [[[100.0, 0.0],