David Valentine

Results 44 comments of David Valentine

Use: xsdlocation=http://www.ngdc.noaa.gov/metadata/published/xsd/schema.xsd While OxygenXML validates the files, it seems that GP can't find them, so the NOAA hack works by customizing the gmi to include gco, gmx, gss, and the...

This could effect the quality of the metadata being produced. Newer standards may be a bit tighter, so the transformation chain may need to improved to be sure documents produced...

Also indefinite articles eg 'a' and 'an' identified in lexical chunks ``` "a log", "start": 8, "end": 13 }, { "token": "an Oil", "start": 19, ```

Observing that search/ItemCard is getting a bit long, and unwieldy. Split up into it's own component, so that features can be more easily added, and maintained idependently.

Here is what I do. add a separate servlet, geoportal_reindex Use screen and curl. Screen allows you to log out. You could use & to shift it to the background....

Modifications to get some map images. Filter does not work, though. app/context/app-config.js ``` searchMap: { "basemapUrl": "http://services.arcgisonline.com/arcgis/rest/services/Polar/Antarctic_Imagery/MapServer", "mapOptions": { "extent": { "type": "extent", "xmin": -9913957.327914657, "ymin": -904876.8097533868, "xmax": 9913957.327914657, "ymax":...

SpatialFilter.js line 426: map.geographicExtent == undefined. //console.warn("map.geographicExtent",map.geographicExtent); var env = map.geographicExtent; changing index.html: to leads to other problems

Going to have to calculate it ourselves: Extent geographicExtent The extent (or bounding box) of the map in geographic coordinates. Available only when the map's spatial reference is Web Mercator...

and modify the spatial filter so BBox show up: 172: this.own(topic.subscribe(appTopics.OnMouseEnterResultItem,function(params){ 181: if (geometry && webMercatorUtils.canProject(geometry,outSR)) {

Note for those wishing simple query. Already in the API, simple filter supported (thanks) Example: http://localhost:8080/geoportal/index.html?filter=oceans Optional Query Parameters: filter - a filter to be applied to all searches