Difference between revisions of "Nordic:axl2map"

From OSGeo
Jump to navigation Jump to search
Line 6: Line 6:
 
Kjøring:
 
Kjøring:
 
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map
 
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map
* Add in axl-file right after first line - open file in Web browser: <?xml-stylesheet type="text/xsl" encoding="iso-8859-1" href="axl2mapNGU.xslt"?>  
+
* Add in axl-file right after first line - open file in Web browser: <?xml-stylesheet type="text/xsl" encoding="iso-8859-1" href="axl2mapNGU.xslt"?>
 +
 
 +
Known issues:
 +
* GROUPRENDERER
 +
*
 +
#Edit and integrate into unique classes due to the use of GROUPRENDERER with multiple render types (axl).
  
 
=== Relaterte dokumenter ===
 
=== Relaterte dokumenter ===
 
* [http://inspire.jrc.ec.europa.eu/documents/Network_Services/Technical_Guidance_View_Services_v2.12.pdf Technical Guidance to implement INSPIRE View Services]
 
* [http://inspire.jrc.ec.europa.eu/documents/Network_Services/Technical_Guidance_View_Services_v2.12.pdf Technical Guidance to implement INSPIRE View Services]
 
* [http://osgeo-org.1803224.n2.nabble.com/file/n5661761/MS_RFC_INSPIRE.pdf Mapserver RFC proposal for INSPIRE compliancy] - [http://osgeo-org.1803224.n2.nabble.com/INSPIRE-compliancy-A-request-for-comments-on-a-possible-RFC-td5661761.html#a5661761 Discussion]
 
* [http://osgeo-org.1803224.n2.nabble.com/file/n5661761/MS_RFC_INSPIRE.pdf Mapserver RFC proposal for INSPIRE compliancy] - [http://osgeo-org.1803224.n2.nabble.com/INSPIRE-compliancy-A-request-for-comments-on-a-possible-RFC-td5661761.html#a5661761 Discussion]

Revision as of 22:57, 5 May 2011

Convert fron ArcIMS axl-files to Mapserver map-files

Norges geologiske undersøkelse faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som mapper fra axl-configurasjonen (ArcIMS) til map-konfigurasjonen (Mapserver).


Kjøring:

  • java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map
  • Add in axl-file right after first line - open file in Web browser: <?xml-stylesheet type="text/xsl" encoding="iso-8859-1" href="axl2mapNGU.xslt"?>

Known issues:

  • GROUPRENDERER
*
  1. Edit and integrate into unique classes due to the use of GROUPRENDERER with multiple render types (axl).

Relaterte dokumenter