Ignore:
Timestamp:
Nov 16, 2010, 7:18:57 PM (13 years ago)
Author:
djay
Message:

Make the Grass support working for vector data taking care about the absence or presence of abstract parameter from the ZCFG file... Prepare the binary string support for Python language, in the aim to make Grass raster function working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-kernel/service_internal.c

    r41 r43  
    12631263  xmlAddChild(nc1,nc2);
    12641264  // Extract Abstract required to be second element in the ZCFG file !
    1265   tmp=tmp->next;
    1266   nc2=xmlNewNode(ns_ows, BAD_CAST tmp->name);
    1267   nc3=xmlNewText(BAD_CAST _ss(tmp->value));
    1268   xmlAddChild(nc2,nc3); 
    1269   xmlAddChild(nc1,nc2);
    1270   xmlAddChild(nc,nc1);
    1271   tmp=tmp->next;
     1265  // For GRASS it can be empty ...
     1266  if(tmp->next!=NULL){
     1267    tmp=tmp->next;
     1268    nc2=xmlNewNode(ns_ows, BAD_CAST tmp->name);
     1269    nc3=xmlNewText(BAD_CAST _ss(tmp->value));
     1270    xmlAddChild(nc2,nc3); 
     1271    xmlAddChild(nc1,nc2);
     1272    xmlAddChild(nc,nc1);
     1273    tmp=tmp->next;
     1274  }
    12721275
    12731276  /**
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png