... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] IGN maps
#3
I think it is the same process as GoogleMaps or Openlayers
Some documentation in english here :
https://api.ign.fr/geoportail/api/doc/index.html

I have made a little web page for my localhost with ZazouMiniWebServer (http://localhost) :
-------------------------------------------------------------------------------------------------------
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script
type="text/javascript"
src="http://api.ign.fr/geoportail/api?v=1.2&amp;key=196939114615185794&amp;instance=maCarte&amp;">
<!--
-->
</script>
<script type="text/javascript">
<!--
function initGeoportalMap() {
//Cette fonction sera exécutée au chargement de la page HTML
//La carte doit y être créée et paramétrée
geoportalLoadmaCarte("plancheCartographique","normal");
maCarte.addGeoportalLayers();
var projection_carte= maCarte.getMap().getProjection();
var projection_ctrl= maCarte.getMap().getDisplayProjection();
maCarte.getMap().setCenterAtLonLat(4.081811, 45.561618, 15);

}
-->
</script>
</head>
<body>
<div id="plancheCartographique" style="width:1000px;height:720px;"></div>
</body>
</html>
-----------------------------------------------------------------------------------------------

This page works, but I do not really know how ..... I do not know the javascript!

Reply


Messages In This Thread
[Request] IGN maps - by cbouju - 25.05.2011, 13:46
RE: [Request] IGN maps - by routeconverter - 25.05.2011, 14:12
RE: [Request] IGN maps - by cbouju - 25.05.2011, 14:37
RE: [Request] IGN maps - by routeconverter - 25.05.2011, 16:06
RE: [Request] IGN maps - by cbouju - 25.05.2011, 16:43
RE: [Request] IGN maps - by routeconverter - 25.05.2011, 17:09
RE: [Request] IGN maps - by cbouju - 25.05.2011, 17:13
RE: [Request] IGN maps - by kumo - 25.05.2011, 19:53
RE: [Request] IGN maps - by cbouju - 25.05.2011, 19:58
RE: [Request] IGN maps - by routeconverter - 03.06.2011, 15:38
RE: [Request] IGN maps - by cbouju - 03.06.2011, 16:13
RE: [Request] IGN maps - by routeconverter - 05.06.2011, 12:08

Forum Jump:


Users browsing this thread: 1 Guest(s)