[Users] Managing layer attribute
Eric Lemoine
eric.lemoine at camptocamp.com
Mon Jan 31 22:07:22 CET 2011
On Sunday, January 30, 2011, Ali Taha <ali.taha at ritaj.ps> wrote:
> Dear Friends, I am creating a GIS application using GeoExt and have the following requirements, I need the experts to advise about the best ways to achieve them:
> 1- In the feature edit popup, some attributes should be edited as lists rather than typing free text or numbers. For example classification value should be picked from a list of 5 values only. The same idea to be implemented on FeatureGrid.
This field would a combobox whose values could be fetched when the
combobox is open.
FYI, we have an extension for feature editing using a grid,
GeoExt.ux.FeatureEditorGrid. You may want to use it, or get some
inspiration from it. See
<http://trac.geoext.org/browser/extensions/geoext.ux/ux/FeatureEditing/lib/GeoExt.ux/FeatureEditorGrid.js>
> 2- It is required to integrate the geometry features with MIS application, which means that the geometries will be stored in one table and the attributes will be collected from another one or more tables. But still it is required to view these attributes and use them to query features. For example, customers location are stored into customer_locations table, the debits for the customers are stored in customer_depits table, of course customer id is a one-one relationship between the two tables. From the GIS I need to show the debits of each customer and search for customers who have debits greater some value.
You'll have to create specific web services for that. MapFish is good
at that :-)
--
Eric Lemoine
Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex
Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine at camptocamp.com
http://www.camptocamp.com
More information about the Users
mailing list