On Mon, Aug 29, 2011 at 10:47 AM, Andrey Maraev <[email protected]> wrote: > Hello list! > > Could you please help me? First, I imported osm data in oracle and got some > tables like (planet_osm_line,planet_osm_point,planet_osm_polygon). Then I > connected to oracle spatial base via geoserver and saw some picture. > Finally I want to create some style for my tables(point,polygon,line). Can > you show me an example of SLD-style or something else how I can use > geoserver with oracle base? > I have some style like: > .... > <ogc:PropertyIsEqualTo> > <ogc:PropertyName>place</ogc:PropertyName> > <ogc:Literal>city</ogc:Literal> > </ogc:PropertyIsEqualTo> > .... > But I get the error: > code:"internalError"rendering process failed java.io.IOExeption null > ORA-00904: PLACE invalid indentifier > > But I see the place in Feature Type Details of Layer's settings
In Oracle identifiers are normally uppercase... have you tried PLACE instead of place? Cheers Andrea > > -- > lernen,lernen und lernen > > > ------------------------------------------------------------------------------ > EMC VNX: the world's simplest storage, starting under $10K > The only unified storage solution that offers unified management > Up to 160% more powerful than alternatives and 25% more efficient. > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
