3

I have started working on D3 recently.

  1. Start with, I want to load country level map with just showing country boundary, states and bubble in the centre of each state, with summarised value.

  2. When user click on to specific state, map will smoothly zoom in to specific state and cover full svg and load state map with postal areas and each postal area has its own bubble showing details of that particular locality.

  3. When user click on specific postal locality, map will smoothly zoom in specific locality and cover full svg and load locality map with suburbs and each suburb has its own bubble showing details of that particular suburb.

using this code to zoom to bounding box http://bl.ocks.org/mbostock/4699541

I would like to use topojson but I dont mind with geojson.

Any working example like this would be good. or any guidance will be helpful.

Thanks in advance.

microchip78
  • 2,040
  • 2
  • 28
  • 39
  • [this question is same as posted here. can be solved using solution provided in link](http://stackoverflow.com/questions/28141812/d3-geo-responsive-frame-given-a-geojson-object/28142611#28142611) – Suresh Chahal Mar 10 '16 at 23:07
  • Possible duplicate of [D3.geo : responsive frame given a geojson object?](https://stackoverflow.com/questions/28141812/d3-geo-responsive-frame-given-a-geojson-object) – Luciano Jan 03 '18 at 11:11

0 Answers0