Google Maps with coustume marks from hiden











up vote
-2
down vote

favorite













  1. Must be a Google map built on Google Maps APi v3


  2. The indicated countries must be highlighted in blue


  3. The map center is completed automatically


  4. The data to the map should be taken from the hidden table



my code here: http://jsfiddle.net/op3x8n1j/5/



<thead>
<th>County</th>
<th>Lat</th>
<th>Lon</th>
</thead>
<tbody>
<tr>
<td>Wroclawskie</td>
<td>51.0396704</td>
<td>16.9454582</td>

</tr>
<tr>
<td>Germany</td>
<td>51.07675</td>
<td>13.6325032</td>

</tr>
<tr>
<td>France</td>
<td>50.7969446</td>
<td>2.6248715</td>

</tr>
<tr>
<td>Britain</td>
<td>52.6360565</td>
<td>-1.2011397</td>
</tr>
</tbody>









share|improve this question







New contributor




Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    -2
    down vote

    favorite













    1. Must be a Google map built on Google Maps APi v3


    2. The indicated countries must be highlighted in blue


    3. The map center is completed automatically


    4. The data to the map should be taken from the hidden table



    my code here: http://jsfiddle.net/op3x8n1j/5/



    <thead>
    <th>County</th>
    <th>Lat</th>
    <th>Lon</th>
    </thead>
    <tbody>
    <tr>
    <td>Wroclawskie</td>
    <td>51.0396704</td>
    <td>16.9454582</td>

    </tr>
    <tr>
    <td>Germany</td>
    <td>51.07675</td>
    <td>13.6325032</td>

    </tr>
    <tr>
    <td>France</td>
    <td>50.7969446</td>
    <td>2.6248715</td>

    </tr>
    <tr>
    <td>Britain</td>
    <td>52.6360565</td>
    <td>-1.2011397</td>
    </tr>
    </tbody>









    share|improve this question







    New contributor




    Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      -2
      down vote

      favorite









      up vote
      -2
      down vote

      favorite












      1. Must be a Google map built on Google Maps APi v3


      2. The indicated countries must be highlighted in blue


      3. The map center is completed automatically


      4. The data to the map should be taken from the hidden table



      my code here: http://jsfiddle.net/op3x8n1j/5/



      <thead>
      <th>County</th>
      <th>Lat</th>
      <th>Lon</th>
      </thead>
      <tbody>
      <tr>
      <td>Wroclawskie</td>
      <td>51.0396704</td>
      <td>16.9454582</td>

      </tr>
      <tr>
      <td>Germany</td>
      <td>51.07675</td>
      <td>13.6325032</td>

      </tr>
      <tr>
      <td>France</td>
      <td>50.7969446</td>
      <td>2.6248715</td>

      </tr>
      <tr>
      <td>Britain</td>
      <td>52.6360565</td>
      <td>-1.2011397</td>
      </tr>
      </tbody>









      share|improve this question







      New contributor




      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      1. Must be a Google map built on Google Maps APi v3


      2. The indicated countries must be highlighted in blue


      3. The map center is completed automatically


      4. The data to the map should be taken from the hidden table



      my code here: http://jsfiddle.net/op3x8n1j/5/



      <thead>
      <th>County</th>
      <th>Lat</th>
      <th>Lon</th>
      </thead>
      <tbody>
      <tr>
      <td>Wroclawskie</td>
      <td>51.0396704</td>
      <td>16.9454582</td>

      </tr>
      <tr>
      <td>Germany</td>
      <td>51.07675</td>
      <td>13.6325032</td>

      </tr>
      <tr>
      <td>France</td>
      <td>50.7969446</td>
      <td>2.6248715</td>

      </tr>
      <tr>
      <td>Britain</td>
      <td>52.6360565</td>
      <td>-1.2011397</td>
      </tr>
      </tbody>






      javascript html google-maps google-maps-api-3






      share|improve this question







      New contributor




      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 10 at 17:47









      Orest Raiter

      1




      1




      New contributor




      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Orest Raiter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Orest Raiter is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241754%2fgoogle-maps-with-coustume-marks-from-hiden-table%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Orest Raiter is a new contributor. Be nice, and check out our Code of Conduct.










           

          draft saved


          draft discarded


















          Orest Raiter is a new contributor. Be nice, and check out our Code of Conduct.













          Orest Raiter is a new contributor. Be nice, and check out our Code of Conduct.












          Orest Raiter is a new contributor. Be nice, and check out our Code of Conduct.















           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241754%2fgoogle-maps-with-coustume-marks-from-hiden-table%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Xamarin.iOS Cant Deploy on Iphone

          Glorious Revolution

          Dulmage-Mendelsohn matrix decomposition in Python