I have not seen much on D3+OpenLayers but I do know there has been some work done with D3+Leaflet:
http://bost.ocks.org/mike/leaflet/ Maybe someone else out there knows of some work integrating D3 with OpenLayers? On Fri, Mar 1, 2013 at 2:00 PM, Michael Adair <[email protected]> wrote: > Except that +proj=robin is not supported by Proj4js unfortunately. Scroll > down in the Proj4js User Guide page to see the list of supported > projections. > > Mike > > > On 01/03/2013 1:32 PM, Alex Mandel wrote: > >> On 03/01/2013 02:20 AM, pascal wrote: >> >>> Hi, >>> I would like to have my maps in epsg4326 and in Robinson projections (at >>> the >>> moment, I need to do this job on the client side only). >>> But I don't find the proj4.js definition, equation. >>> I saw that d3.js library has a plugin to do this but I don't really know >>> how >>> to integrate it to OpenLayers. >>> Anyone could help me? >>> >>> Thanks a lot, >>> >>> Pascal. >>> >>> +proj=robin +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m >> +no_defs >> >> You actually just need the proj4js lib. >> http://docs.openlayers.org/**library/spherical_mercator.**html<http://docs.openlayers.org/library/spherical_mercator.html> >> http://dev.openlayers.org/**releases/OpenLayers-2.6/doc/** >> apidocs/files/OpenLayers/**Projection-js.html<http://dev.openlayers.org/releases/OpenLayers-2.6/doc/apidocs/files/OpenLayers/Projection-js.html> >> http://trac.osgeo.org/proj4js/**wiki/UserGuide<http://trac.osgeo.org/proj4js/wiki/UserGuide> >> >> Enjoy, >> Alex >> ______________________________**_________________ >> Users mailing list >> [email protected] >> http://lists.osgeo.org/**mailman/listinfo/openlayers-**users<http://lists.osgeo.org/mailman/listinfo/openlayers-users> >> > > ______________________________**_________________ > Users mailing list > [email protected] > http://lists.osgeo.org/**mailman/listinfo/openlayers-**users<http://lists.osgeo.org/mailman/listinfo/openlayers-users> >
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
