Ir para conteúdo
Fórum Script Brasil

Pesquisar na Comunidade

Mostrando resultados para as tags ''mapa''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • Programação & Desenvolvimento
    • ASP
    • PHP
    • .NET
    • Java
    • C, C++
    • Delphi, Kylix
    • Lógica de Programação
    • Mobile
    • Visual Basic
    • Outras Linguagens de Programação
  • WEB
    • HTML, XHTML, CSS
    • Ajax, JavaScript, XML, DOM
    • Editores
  • Arte & Design
    • Corel Draw
    • Fireworks
    • Flash & ActionScript
    • Photoshop
    • Outros Programas de Arte e Design
  • Sistemas Operacionais
    • Microsoft Windows
    • GNU/Linux
    • Outros Sistemas Operacionais
  • Softwares, Hardwares e Redes
    • Microsoft Office
    • Softwares Livres
    • Outros Softwares
    • Hardware
    • Redes
  • Banco de Dados
    • Access
    • MySQL
    • PostgreSQL
    • SQL Server
    • Demais Bancos
  • Segurança e Malwares
    • Segurança
    • Remoção De Malwares
  • Empregos
    • Vagas Efetivas
    • Vagas para Estágios
    • Oportunidades para Freelances
  • Negócios & Oportunidades
    • Classificados & Serviços
    • Eventos
  • Geral
    • Avaliações de Trabalhos
    • Links
    • Outros Assuntos
    • Entretenimento
  • Script Brasil
    • Novidades e Anúncios Script Brasil
    • Mercado Livre / Mercado Sócios
    • Sugestões e Críticas
    • Apresentações

Encontrar resultados em...

Encontrar resultados que...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Encontrado 4 registros

  1. DIRCEU GAMBA

    mapa

    olá! não sou programador, sou curioso, estou fazendo um site e preciso do mapa do Brasil com modal dos estado. aquele que clica no estado e aparece os bla bla, alguém para me ajudar? grato Dirceu
  2. Boa tarde, talvez já exista uma solução para meu problema e por isso resolvi buscar ajuda... Preciso importar uma planta ou mapa para o sistema. Vou explicar melhor... Preciso transformar um galpão em um mapa navegável. O mapa teria que separar onde é possível passar e onde existe obstáculo, para que o usuário navegue baseado no mapa.. Não sei se é possível importar algo do CAD ou do SketchUp. Se for possível, creio que facilitaria bastante. Não precisa ser nada detalhado, se fosse uma matriz com 0s e 1s separando onde é possível passar já seria ótimo!!! Desde já agradeço a atenção de todos
  3. t Sou novato como webdesing e estou enfretando um problema com um Popup do google maps. o erro é o seguinte, somente com o clique deveria aparece o popup, entretanto ele aparece mesmo sem clicar, poderia me ajuda? Segue o codigo abaixo: ----------------Pagina Html-------------------------------- <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Map</title> <script src="js/diego.js"></script> <link rel="alternate stylesheet" type="text/css" href="css/diego.css"> <div> <a href="#popupMap" data-rel="popup" data-position-to="window" class="ui-btn ui-corner-all ui-shadow ui-btn-inline">Open Map</a> </div> </head> <body> <div data-role="popup" id="popupMap" data-overlay-theme="a" data-theme="a" data-corners="false" data-tolerance="15,15"> <a href="#" data-rel="back" class="ui-btn ui-btn-b ui-corner-all ui-shadow ui-btn-a ui-icon-delete ui-btn-icon-notext ui-btn-right">Close</a> <iframe src="map.html" width="480" height="320" seamless=""></iframe> </div> </body> </html> -------------------------------------------------JS--------------------------------------------------- // popup examples $( document ).on( "pagecreate", function() { // The window width and height are decreased by 30 to take the tolerance of 15 pixels at each side into account function scale( width, height, padding, border ) { var scrWidth = $( window ).width() - 30, scrHeight = $( window ).height() - 30, ifrPadding = 2 * padding, ifrBorder = 2 * border, ifrWidth = width + ifrPadding + ifrBorder, ifrHeight = height + ifrPadding + ifrBorder, h, w; if ( ifrWidth < scrWidth && ifrHeight < scrHeight ) { w = ifrWidth; h = ifrHeight; } else if ( ( ifrWidth / scrWidth ) > ( ifrHeight / scrHeight ) ) { w = scrWidth; h = ( scrWidth / ifrWidth ) * ifrHeight; } else { h = scrHeight; w = ( scrHeight / ifrHeight ) * ifrWidth; } return { 'width': w - ( ifrPadding + ifrBorder ), 'height': h - ( ifrPadding + ifrBorder ) }; }; $( ".ui-popup iframe" ) .attr( "width", 0 ) .attr( "height", "auto" ); $( "#popupMap iframe" ).contents().find( "#map_canvas" ) .css( { "width" : 0, "height" : 0 } ); $( "#popupMap" ).on({ popupbeforeposition: function() { var size = scale( 480, 320, 0, 1 ), w = size.width, h = size.height; $( "#popupMap iframe" ) .attr( "width", w ) .attr( "height", h ); $( "#popupMap iframe" ).contents().find( "#map_canvas" ) .css( { "width": w, "height" : h } ); }, popupafterclose: function() { $( "#popupMap iframe" ) .attr( "width", 0 ) .attr( "height", 0 ); $( "#popupMap iframe" ).contents().find( "#map_canvas" ) .css( { "width": 0, "height" : 0 } ); } }); });
  4. Olá galera, tenho um software e a versão online desse software no qual trabalho com a divulgação de clientes da minha cidade. Dentro deste programa o cliente tem um espaço no qual o programa busca em um código PHP o iframe que a pagina do google Maps disponibiliza para incorporar o mapa. A um ano e pouco mais ou menos sempre funcionou perfeitamente tanto no programa quando no meu site que usa do mesmo código PHP do programa tambem, porem ontem o programa esta aparecendo a tela do google maps em branco e mais nada mais o site esta tudo ok, não entendi porque parou de funcionar, se alguém poder me dar uma luz agradeceria muito!!! Segue fotos de como esta o programa depois deste problema e meu código: <?php//CODIGO ANTESif ($endereco == "") { //$endereco = '<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d30284.691662735564!2d-49.217613105834985!3d-18.411663076758142!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a10d42f64e9f31%3A0x46945389f6e9719b!2spraça+da+republica!5e0!3m2!1spt-BR!2sbr!4v1401219370032" width="600" height="450" frameborder="0" style="border:0"></iframe>'; $endereco = '<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3785.7362106880078!2d-49.225916999999995!3d-18.404853000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a10d0b9e10ee73%3A0xfacaf3615a8140a3!2sVerFone!5e0!3m2!1spt-BR!2sbr!4v1402002961722" width="600" height="450" frameborder="0" style="border:0"></iframe>'; } $endereco = str_replace('width="600"', 'width="650"', $endereco); $endereco = str_replace('height="450"', 'height="500"', $endereco); ?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> <!--<meta http-equiv="X-UA-Compatible" content="IE = 9">--> <title>VerFone - GoogleMaps</title><!-- --> <script src="http://code.jquery.com/jquery-2.0.0.js"></script> <script src="http://malsup.github.io/jquery.cycle.all.js"></script> <script language="JavaScript" src="../java/PreencheSelectCidadeOff.js"></script> </head><!-- <script type="text/javascript" charset="utf-8"> $(window).load(function(){ // alert("OK - 00"); setTimeout('preencheform()', 400); }); </script> --> <body background="mapa.jpg"> <table> <tr> <td width="220"> </td> <td> <form id="form1" name="form1" method="post" action="javascript:AbreGoogleMapsPesquisa();"> <table width="665" valign="top" border="0" cellpadding="1" cellspacing="1"> <tr> <td align="left" valign="top"> <b><label id="lbluf" for="cbouf" >Estado</label></b> <select id="cbouf" name="cbouf" style="width:52px; height=80px;" onchange="javascript:PreencheCidade()"> <option value="">-UF-</option> <option class="uf-AC" value="AC">AC</option> <option class="uf-AL" value="AL">AL</option> <option class="uf-AM" value="AM">AM</option> <option class="uf-AP" value="AP">AP</option> <option class="uf-BA" value="BA">BA</option> <option class="uf-CE" value="CE">CE</option> <option class="uf-DF" value="DF">DF</option> <option class="uf-ES" value="ES">ES</option> <option class="uf-GO" value="GO">GO</option> <option class="uf-MA" value="MA">MA</option> <option class="uf-MG" value="MG">MG</option> <option class="uf-MS" value="MS">MS</option> <option class="uf-MT" value="MT">MT</option> <option class="uf-PA" value="PA">PA</option> <option class="uf-PB" value="PB">PB</option> <option class="uf-PE" value="PE">PE</option> <option class="uf-PI" value="PI">PI</option> <option class="uf-PR" value="PR">PR</option> <option class="uf-RJ" value="RJ">RJ</option> <option class="uf-RN" value="RN">RN</option> <option class="uf-RO" value="RO">RO</option> <option class="uf-RR" value="RR">RR</option> <option class="uf-RS" value="RS">RS</option> <option class="uf-SC" value="SC">SC</option> <option class="uf-SE" value="SE">SE</option> <option class="uf-SP" value="SP">SP</option> <option class="uf-TO" value="TO">TO</option> </select> </td> <td align="left" valign="top"> <b><label id="lblcidade" for="txtcidade" >Informe a cidade</label></b> <select id="cbocidade" name="cbocidade" style="width:245px; "> <option value="">---Selecione UF---</option> </select> </td> <td align="left" valign="top"> <b><label id="lblendereco" for="txtendereco" >Informe o endereço</label></b> <input name="txtendereco" type="text" id="txtendereco" size="30" maxlength="60" style="text-transform:uppercase;" /> </td> <td width="104" align="left" valign="botton"> <br> <input type="image" name="imageField" id="imageField" width="91" height="23" src="http://www.atendimentonet.com/bancodados/RedesSociaisImagem.php?Local=225&UF=GO&Municipio=ITUMBIARA" onClick="submit"/> <!--width="103" height="26"--> </td> </tr> </table> </form> <!-- preview?q=caldas+novas,+go,+coronel+bento+godoy,+179 <iframe src='https://www.google.com/maps/' width='720' height='550' frameborder='0' style='border:0'></iframe> <iframe src='https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3785.568965868044!2d-49.24586644682248!3d-18.41245837339567!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a10d015ff47ddb%3A0x922dfe59f39843ed!2sSantos+Dumont!5e0!3m2!1spt-BR!2sbr!4v1400934740588' width='720' height='550' frameborder='0' style='border:0'></iframe> --> <?php echo $endereco; ?> </td> </tr> </table><script> function preencheform() { // $("#cbouf option[value='<?php echo $UfAss; ?>']").attr("selected", true); // alert("OK - 01"); // alert("OK - 02"); // $("#cbocidade option[value='<?php echo $municipio; ?>']").attr("selected", true); document.getElementById('cbouf').value = '<?php echo $UfAss; ?>'; PreencheCidade(); document.getElementById('cbocidade').value = '<?php echo $municipio; ?>'; document.getElementById('txtendereco').focus(); } function AbreGoogleMapsPesquisa() { // alert("http://www.verfone.com.br/verfoneoff/googlemaps_Pesquisa.php?uf="+document.getElementById('cbouf').value+"&municipio="+document.getElementById('cbocidade').value+"&logradouro="+document.getElementById('txtendereco').value); window.location.href = "http://www.verfone.com.br/verfoneoff/googlemaps_Pesquisa.php?uf="+document.getElementById('cbouf').value+"&municipio="+document.getElementById('cbocidade').value+"&logradouro="+document.getElementById('txtendereco').value; } // preencheform(); setTimeout('preencheform()', 500); </script> </body> </html> PROGRAMA: SITE
×
×
  • Criar Novo...