Same question here...
How can create a ClassMap using Spatial NH ?
My XML (hbm) :

<property name="Geometria" column="the_geom">
      <type
name="NHibernate.Spatial.Type.GeometryType,NHibernate.Spatial">
         <param name="subtype">MULTIPOLYGON</param>
         <param name="srid">-1</param>
       </type>
   </property>

Thanks

On 18 fev, 07:08, mcintyre321 <mcintyre...@gmail.com> wrote:
> Any ideas on what I'd need to do to get FNH to work with
> NHibernate.Spatial(a 
> lahttp://nhforge.org/wikis/spatial/configuration-and-mapping.aspx)
> so that I can automap to Geomoetry columns? I've given it a shot but
> can't seem to get my config to not throw an error? Do I need to read
> an XML config before I add my automappings? Should I use .ExposeConfig
> to make the changes before I do the automappings?
>
> Sorry I'm a bit of an NH noob and am trying to use FNH like a silver
> bullet... :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to