Can you help me with the javascript error bellow?
"NetworkError: 404 Not Found - /pmapper/projCode/null.js"

My map projection is :
  PROJECTION
    "init=epsg:3857"
  END # PROJECTION
and my config xml
            <unitAndProj>
                <projections>
                    <prj name="WEB-mercator">
                        <definition>init=epsg:3857</definition>
                    </prj>
                    <prj name="lat/lon WGS84">
                        <definition>init=epsg:4326</definition>
                    </prj>
                    <prj name="Greek Grid -EGSA87">
                        <definition>init=epsg:2100</definition>
                    </prj>
                    <prj name="Google Mercator">
                        <definition>init=epsg:900913</definition>
                    </prj>
                </projections>
            </unitAndProj>
            <coordinates>
                <mapPrj name="WEB-mercator" roundTo="0">
                </mapPrj>
                    <prj name="Greek Grid -EGSA87" roundTo="0">
                        <definition>init=epsg:2100</definition>
                    </prj>
                    <prj name="lat/lon WGS84" roundTo="4">
                        <definition>init=epsg:4326</definition>
                    </prj>
                    <prj name="WEB-mercator" roundTo="0">
                        <definition>init=epsg:3857</definition>
                    </prj>
                    <prj name="Google Mercator" roundTo="0">
                        <definition>init=epsg:900913</definition>
                    </prj>
            </coordinates>



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to